[INFO] fetching crate native-windows-gui2 0.1.1...
[INFO] testing native-windows-gui2-0.1.1 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate native-windows-gui2 0.1.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate native-windows-gui2 0.1.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate native-windows-gui2 0.1.1
[INFO] tweaked toml for crates.io crate native-windows-gui2 0.1.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate native-windows-gui2 0.1.1 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate native-windows-gui2 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 91e92055c862c7fff56b35bd4519e89bfb8ce2421de02975c699838bd0cbb585
[INFO] running `Command { std: "docker" "start" "-a" "91e92055c862c7fff56b35bd4519e89bfb8ce2421de02975c699838bd0cbb585", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "91e92055c862c7fff56b35bd4519e89bfb8ce2421de02975c699838bd0cbb585", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91e92055c862c7fff56b35bd4519e89bfb8ce2421de02975c699838bd0cbb585", kill_on_drop: false }`
[INFO] [stdout] 91e92055c862c7fff56b35bd4519e89bfb8ce2421de02975c699838bd0cbb585
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e68ef3d19388d28cc70dd9dd1700df43120cafef4f9102d5a066429f202cfb27
[INFO] running `Command { std: "docker" "start" "-a" "e68ef3d19388d28cc70dd9dd1700df43120cafef4f9102d5a066429f202cfb27", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.1.4
[INFO] [stderr]    Compiling winapi-build v0.1.1
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling newline-converter v0.2.2
[INFO] [stderr]    Compiling native-windows-gui2 v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling plotters v0.3.0
[INFO] [stderr]    Compiling stretch v0.3.2
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/events.rs:462:13
[INFO] [stdout]     |
[INFO] [stdout] 462 | use winapi::shared::windef::{HWND, POINT};
[INFO] [stdout]     |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/events.rs:463:13
[INFO] [stdout]     |
[INFO] [stdout] 463 | use winapi::um::commctrl::NMTTDISPINFOW;
[INFO] [stdout]     |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/events.rs:464:13
[INFO] [stdout]     |
[INFO] [stdout] 464 | use winapi::um::shellapi::{DragFinish, HDROP};
[INFO] [stdout]     |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/events.rs:465:13
[INFO] [stdout]     |
[INFO] [stdout] 465 | use winapi::um::winuser::{BeginPaint, EndPaint, MINMAXINFO, PAINTSTRUCT};
[INFO] [stdout]     |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/events.rs:476:23
[INFO] [stdout]     |
[INFO] [stdout] 476 |         use ::winapi::um::commctrl::TTF_DI_SETITEM;
[INFO] [stdout]     |                       ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/events.rs:511:21
[INFO] [stdout]     |
[INFO] [stdout] 511 |         use winapi::um::winnt::WCHAR;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/events.rs:584:21
[INFO] [stdout]     |
[INFO] [stdout] 584 |         use winapi::um::shellapi::DragQueryPoint;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/events.rs:596:21
[INFO] [stdout]     |
[INFO] [stdout] 596 |         use winapi::um::shellapi::DragQueryFileW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/events.rs:605:21
[INFO] [stdout]     |
[INFO] [stdout] 605 |         use winapi::um::shellapi::DragQueryFileW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/win32/base_helper.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::os::windows::ffi::OsStringExt;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win32/base_helper.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win32/base_helper.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::windef::HWND;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/base_helper.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 |     use winapi::um::winuser::IsWindow;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]   --> src/win32/base_helper.rs:33:18
[INFO] [stdout]    |
[INFO] [stdout] 33 |     use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]    |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:120:9
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]   --> src/win32/base_helper.rs:45:18
[INFO] [stdout]    |
[INFO] [stdout] 45 |     use std::os::windows::ffi::OsStringExt;
[INFO] [stdout]    |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:120:9
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]   --> src/win32/base_helper.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 82 |     use std::os::windows::ffi::OsStringExt;
[INFO] [stdout]    |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:120:9
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]    --> src/win32/base_helper.rs:111:18
[INFO] [stdout]     |
[INFO] [stdout] 111 |     use std::os::windows::ffi::OsStringExt;
[INFO] [stdout]     |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:56:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/base_helper.rs:112:17
[INFO] [stdout]     |
[INFO] [stdout] 112 |     use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/base_helper.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 |     use winapi::um::winbase::{FORMAT_MESSAGE_FROM_SYSTEM, FormatMessageW};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/base_helper.rs:114:17
[INFO] [stdout]     |
[INFO] [stdout] 114 |     use winapi::um::winnt::{LANG_NEUTRAL, MAKELANGID, SUBLANG_DEFAULT};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/high_dpi.rs:61:17
[INFO] [stdout]    |
[INFO] [stdout] 61 |     use winapi::um::wingdi::GetDeviceCaps;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/high_dpi.rs:62:17
[INFO] [stdout]    |
[INFO] [stdout] 62 |     use winapi::um::wingdi::LOGPIXELSX;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/high_dpi.rs:63:17
[INFO] [stdout]    |
[INFO] [stdout] 63 |     use winapi::um::winuser::GetDC;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win32/message_box.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::windef::HWND;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/message_box.rs:68:17
[INFO] [stdout]    |
[INFO] [stdout] 68 |     use winapi::um::winuser::{
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/message_box.rs:73:17
[INFO] [stdout]    |
[INFO] [stdout] 73 |     use winapi::um::winuser::MessageBoxW;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/message_box.rs:74:17
[INFO] [stdout]    |
[INFO] [stdout] 74 |     use winapi::um::winuser::{
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win32/monitor.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::windef::HWND;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/win32/monitor.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::winuser::{
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win32/resources_helper.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::windef::{HBITMAP, HFONT};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/win32/resources_helper.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winnt::HANDLE;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/win32/resources_helper.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::ctypes::c_int;
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/resources_helper.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | use winapi::um::shobjidl::{IFileDialog, IFileOpenDialog};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/resources_helper.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 | use winapi::um::shobjidl_core::IShellItem;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/resources_helper.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |     use winapi::shared::minwindef::LPVOID;
[INFO] [stdout]    |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/resources_helper.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 26 |     use winapi::um::wingdi::GetBitmapBits;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/resources_helper.rs:57:17
[INFO] [stdout]    |
[INFO] [stdout] 57 |     use winapi::um::wingdi::CreateFontW;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/resources_helper.rs:58:17
[INFO] [stdout]    |
[INFO] [stdout] 58 |     use winapi::um::wingdi::{
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:109:17
[INFO] [stdout]     |
[INFO] [stdout] 109 |     use winapi::um::winuser::LoadImageW;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:110:17
[INFO] [stdout]     |
[INFO] [stdout] 110 |     use winapi::um::winuser::{
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:239:17
[INFO] [stdout]     |
[INFO] [stdout] 239 |     use winapi::shared::ntdef::LPCWSTR;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:240:17
[INFO] [stdout]     |
[INFO] [stdout] 240 |     use winapi::um::winuser::LoadImageW;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:241:17
[INFO] [stdout]     |
[INFO] [stdout] 241 |     use winapi::um::winuser::{IMAGE_BITMAP, IMAGE_CURSOR, IMAGE_ICON, LR_DEFAULTSIZE, LR_SHARED};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:369:17
[INFO] [stdout]     |
[INFO] [stdout] 369 |     use winapi::um::wingdi::DeleteObject;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:370:17
[INFO] [stdout]     |
[INFO] [stdout] 370 |     use winapi::um::winuser::{CreateIconIndirect, LoadImageW};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:371:17
[INFO] [stdout]     |
[INFO] [stdout] 371 |     use winapi::um::winuser::{ICONINFO, IDI_ERROR, IMAGE_ICON, LR_DEFAULTSIZE, LR_SHARED};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:448:17
[INFO] [stdout]     |
[INFO] [stdout] 448 |     use winapi::shared::minwindef::LPVOID;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:449:17
[INFO] [stdout]     |
[INFO] [stdout] 449 |     use winapi::shared::{winerror::S_OK, wtypesbase::CLSCTX_INPROC_SERVER};
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:450:17
[INFO] [stdout]     |
[INFO] [stdout] 450 |     use winapi::um::combaseapi::CoCreateInstance;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:451:17
[INFO] [stdout]     |
[INFO] [stdout] 451 |     use winapi::um::shobjidl::{FOS_ALLOWMULTISELECT, FOS_FORCEFILESYSTEM, FOS_PICKFOLDERS};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:452:17
[INFO] [stdout]     |
[INFO] [stdout] 452 |     use winapi::um::shobjidl_core::{CLSID_FileOpenDialog, CLSID_FileSaveDialog};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::Interface`
[INFO] [stdout]   --> src/win32/resources_helper.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use winapi::Interface;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:529:17
[INFO] [stdout]     |
[INFO] [stdout] 529 |     use winapi::shared::{
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:534:17
[INFO] [stdout]     |
[INFO] [stdout] 534 |     use winapi::um::objidl::IBindCtx;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:535:17
[INFO] [stdout]     |
[INFO] [stdout] 535 |     use winapi::um::shobjidl_core::SFGAOF;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:595:17
[INFO] [stdout]     |
[INFO] [stdout] 595 |     use winapi::shared::minwindef::UINT;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:596:17
[INFO] [stdout]     |
[INFO] [stdout] 596 |     use winapi::shared::winerror::S_OK;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:597:17
[INFO] [stdout]     |
[INFO] [stdout] 597 |     use winapi::um::shtypes::COMDLG_FILTERSPEC;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:630:17
[INFO] [stdout]     |
[INFO] [stdout] 630 |     use winapi::shared::winerror::S_OK;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:648:17
[INFO] [stdout]     |
[INFO] [stdout] 648 |     use winapi::shared::{minwindef::DWORD, winerror::S_OK};
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:649:17
[INFO] [stdout]     |
[INFO] [stdout] 649 |     use winapi::um::shobjidl::IShellItemArray;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:679:17
[INFO] [stdout]     |
[INFO] [stdout] 679 |     use winapi::shared::minwindef::LPVOID;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:680:17
[INFO] [stdout]     |
[INFO] [stdout] 680 |     use winapi::shared::{ntdef::PWSTR, winerror::S_OK};
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:681:17
[INFO] [stdout]     |
[INFO] [stdout] 681 |     use winapi::um::combaseapi::CoTaskMemFree;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:682:17
[INFO] [stdout]     |
[INFO] [stdout] 682 |     use winapi::um::shobjidl_core::SIGDN_FILESYSPATH;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:698:17
[INFO] [stdout]     |
[INFO] [stdout] 698 |     use winapi::shared::winerror::S_OK;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/resources_helper.rs:716:17
[INFO] [stdout]     |
[INFO] [stdout] 716 |     use winapi::shared::winerror::S_OK;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]   --> src/win32/window.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::os::windows::prelude::OsStringExt;
[INFO] [stdout]    |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:120:9
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/window.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::shared::basetsd::{DWORD_PTR, UINT_PTR};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/window.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::shared::minwindef::{BOOL, DWORD, HMODULE, LPARAM, LRESULT, UINT, WPARAM};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/window.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 | use winapi::shared::windef::{HBRUSH, HMENU, HWND};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/window.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 | use winapi::um::commctrl::{NMTTDISPINFOW, SUBCLASSPROC};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/window.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | use winapi::um::winuser::{
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/window.rs:63:17
[INFO] [stdout]    |
[INFO] [stdout] 63 |     use winapi::um::winuser::SetTimer;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/window.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 |     use winapi::um::winuser::EnumChildWindows;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:477:17
[INFO] [stdout]     |
[INFO] [stdout] 477 |     use winapi::shared::windef::RECT;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:478:17
[INFO] [stdout]     |
[INFO] [stdout] 478 |     use winapi::um::libloaderapi::GetModuleHandleW;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:479:17
[INFO] [stdout]     |
[INFO] [stdout] 479 |     use winapi::um::winuser::{AdjustWindowRectEx, CreateWindowExW};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:480:17
[INFO] [stdout]     |
[INFO] [stdout] 480 |     use winapi::um::winuser::{
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:547:17
[INFO] [stdout]     |
[INFO] [stdout] 547 |     use winapi::shared::winerror::ERROR_CLASS_ALREADY_EXISTS;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:548:17
[INFO] [stdout]     |
[INFO] [stdout] 548 |     use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:549:17
[INFO] [stdout]     |
[INFO] [stdout] 549 |     use winapi::um::winuser::{COLOR_WINDOW, CS_HREDRAW, CS_VREDRAW, IDC_ARROW, WNDCLASSEXW};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:550:17
[INFO] [stdout]     |
[INFO] [stdout] 550 |     use winapi::um::winuser::{LoadCursorW, RegisterClassExW};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:583:17
[INFO] [stdout]     |
[INFO] [stdout] 583 |     use winapi::um::libloaderapi::GetModuleHandleW;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:606:17
[INFO] [stdout]     |
[INFO] [stdout] 606 |     use winapi::um::libloaderapi::GetModuleHandleW;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:623:17
[INFO] [stdout]     |
[INFO] [stdout] 623 |     use winapi::um::libloaderapi::GetModuleHandleW;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:624:17
[INFO] [stdout]     |
[INFO] [stdout] 624 |     use winapi::um::winuser::CreateWindowExW;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:625:17
[INFO] [stdout]     |
[INFO] [stdout] 625 |     use winapi::um::winuser::HWND_MESSAGE;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:665:17
[INFO] [stdout]     |
[INFO] [stdout] 665 |     use winapi::um::winuser::{DefWindowProcW, PostMessageW, ShowWindow};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:666:17
[INFO] [stdout]     |
[INFO] [stdout] 666 |     use winapi::um::winuser::{SW_HIDE, WM_CLOSE, WM_CREATE};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:702:17
[INFO] [stdout]     |
[INFO] [stdout] 702 |     use winapi::shared::minwindef::{HIWORD, LOWORD};
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:703:17
[INFO] [stdout]     |
[INFO] [stdout] 703 |     use winapi::um::commctrl::{DefSubclassProc, TTN_GETDISPINFOW};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:704:17
[INFO] [stdout]     |
[INFO] [stdout] 704 |     use winapi::um::shellapi::{
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:707:17
[INFO] [stdout]     |
[INFO] [stdout] 707 |     use winapi::um::winnt::WCHAR;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:708:17
[INFO] [stdout]     |
[INFO] [stdout] 708 |     use winapi::um::winuser::{
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:716:17
[INFO] [stdout]     |
[INFO] [stdout] 716 |     use winapi::um::winuser::{GetClassNameW, GetMenuItemID, GetSubMenu};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1015:17
[INFO] [stdout]      |
[INFO] [stdout] 1015 |     use winapi::um::winuser::{BN_CLICKED, BN_DBLCLK};
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1024:17
[INFO] [stdout]      |
[INFO] [stdout] 1024 |     use winapi::um::winuser::EN_CHANGE;
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1033:17
[INFO] [stdout]      |
[INFO] [stdout] 1033 |     use winapi::um::winuser::{CBN_CLOSEUP, CBN_DROPDOWN, CBN_SELCHANGE};
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1043:17
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     use winapi::um::commctrl::{DTN_CLOSEUP, DTN_DATETIMECHANGE, DTN_DROPDOWN};
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1053:17
[INFO] [stdout]      |
[INFO] [stdout] 1053 |     use winapi::um::commctrl::{TCN_SELCHANGE, TCN_SELCHANGING};
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1062:17
[INFO] [stdout]      |
[INFO] [stdout] 1062 |     use winapi::um::commctrl::NM_RELEASEDCAPTURE;
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1071:17
[INFO] [stdout]      |
[INFO] [stdout] 1071 |     use winapi::um::commctrl::{
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1093:17
[INFO] [stdout]      |
[INFO] [stdout] 1093 |     use winapi::um::commctrl::{
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1125:17
[INFO] [stdout]      |
[INFO] [stdout] 1125 |     use winapi::um::commctrl::{
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1215:17
[INFO] [stdout]      |
[INFO] [stdout] 1215 |     use winapi::um::commctrl::{
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1254:17
[INFO] [stdout]      |
[INFO] [stdout] 1254 |     use winapi::um::winuser::SendMessageW;
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1255:17
[INFO] [stdout]      |
[INFO] [stdout] 1255 |     use winapi::um::winuser::{
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1279:17
[INFO] [stdout]      |
[INFO] [stdout] 1279 |     use winapi::um::winuser::{LBN_DBLCLK, LBN_SELCHANGE};
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1298:17
[INFO] [stdout]      |
[INFO] [stdout] 1298 |     use winapi::um::winnt::WCHAR;
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1299:17
[INFO] [stdout]      |
[INFO] [stdout] 1299 |     use winapi::um::winuser::GetClassNameW;
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1329:17
[INFO] [stdout]      |
[INFO] [stdout] 1329 |     use winapi::um::winnt::WCHAR;
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1330:17
[INFO] [stdout]      |
[INFO] [stdout] 1330 |     use winapi::um::winuser::GetClassNameW;
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1347:13
[INFO] [stdout]      |
[INFO] [stdout] 1347 | use winapi::shared::winerror::HRESULT;
[INFO] [stdout]      |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1348:13
[INFO] [stdout]      |
[INFO] [stdout] 1348 | use winapi::um::libloaderapi::{
[INFO] [stdout]      |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1351:13
[INFO] [stdout]      |
[INFO] [stdout] 1351 | use winapi::um::winnt::HANDLE;
[INFO] [stdout]      |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1400:17
[INFO] [stdout]      |
[INFO] [stdout] 1400 |     use winapi::um::commctrl::SetWindowSubclass;
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1426:17
[INFO] [stdout]      |
[INFO] [stdout] 1426 |     use winapi::um::commctrl::RemoveWindowSubclass;
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]    --> src/win32/resources_helper.rs:528:17
[INFO] [stdout]     |
[INFO] [stdout] 528 |     use winapi::ctypes::c_void;
[INFO] [stdout]     |                 ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win32/window_helper.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::minwindef::{LPARAM, LRESULT, UINT, WPARAM};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win32/window_helper.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::windef::{HFONT, HMENU, HWND};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/win32/window_helper.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::winuser::WM_USER;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/window_helper.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::winuser::WNDCLASSEXW;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/window_helper.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |     use winapi::shared::ntdef::WCHAR;
[INFO] [stdout]    |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/window_helper.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |     use winapi::um::libloaderapi::GetModuleHandleW;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/window_helper.rs:23:17
[INFO] [stdout]    |
[INFO] [stdout] 23 |     use winapi::um::winuser::{GetClassInfoExW, GetClassNameW};
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/window_helper.rs:47:17
[INFO] [stdout]    |
[INFO] [stdout] 47 |     use winapi::um::wingdi::{
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/window_helper.rs:50:17
[INFO] [stdout]    |
[INFO] [stdout] 50 |     use winapi::um::winuser::GetSysColorBrush;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/window_helper.rs:88:17
[INFO] [stdout]    |
[INFO] [stdout] 88 |     use winapi::um::winuser::{DestroyWindow, SetParent};
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:102:17
[INFO] [stdout]     |
[INFO] [stdout] 102 |     use winapi::um::winuser::{DeleteMenu, GetMenuItemCount, GetMenuItemID, MF_BYPOSITION};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:124:17
[INFO] [stdout]     |
[INFO] [stdout] 124 |     use winapi::um::winuser::DestroyMenu;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |     use winapi::shared::minwindef::BOOL;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:137:17
[INFO] [stdout]     |
[INFO] [stdout] 137 |     use winapi::um::winuser::EnumChildWindows;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:173:17
[INFO] [stdout]     |
[INFO] [stdout] 173 |     use winapi::um::winuser::IsWindow;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:179:17
[INFO] [stdout]     |
[INFO] [stdout] 179 |     use winapi::um::winuser::GetParent;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 184 |     use winapi::um::winuser::WM_GETFONT;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 |     use winapi::um::winuser::{SW_MAXIMIZE, ShowWindow};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:196:17
[INFO] [stdout]     |
[INFO] [stdout] 196 |     use winapi::um::winuser::{SW_MINIMIZE, ShowWindow};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:203:17
[INFO] [stdout]     |
[INFO] [stdout] 203 |     use winapi::um::winuser::{SW_RESTORE, ShowWindow};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:211:17
[INFO] [stdout]     |
[INFO] [stdout] 211 |     use winapi::um::winuser::SendMessageW;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:212:17
[INFO] [stdout]     |
[INFO] [stdout] 212 |     use winapi::um::winuser::WM_SETFONT;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:221:17
[INFO] [stdout]     |
[INFO] [stdout] 221 |     use winapi::shared::basetsd::UINT_PTR;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:222:17
[INFO] [stdout]     |
[INFO] [stdout] 222 |     use winapi::um::winuser::KillTimer;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:231:17
[INFO] [stdout]     |
[INFO] [stdout] 231 |     use winapi::shared::basetsd::UINT_PTR;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:232:17
[INFO] [stdout]     |
[INFO] [stdout] 232 |     use winapi::um::winuser::SetTimer;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:240:19
[INFO] [stdout]     |
[INFO] [stdout] 240 |     use ::winapi::um::winuser::GWL_STYLE;
[INFO] [stdout]     |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |     use ::winapi::um::winuser::GWL_STYLE;
[INFO] [stdout]     |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:267:17
[INFO] [stdout]     |
[INFO] [stdout] 267 |     use winapi::um::winuser::{GetWindowTextLengthW, GetWindowTextW};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:284:17
[INFO] [stdout]     |
[INFO] [stdout] 284 |     use winapi::um::winuser::SetWindowTextW;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:291:17
[INFO] [stdout]     |
[INFO] [stdout] 291 |     use winapi::um::winuser::SetWindowPos;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:292:17
[INFO] [stdout]     |
[INFO] [stdout] 292 |     use winapi::um::winuser::{SWP_NOACTIVATE, SWP_NOOWNERZORDER, SWP_NOSIZE, SWP_NOZORDER};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:309:17
[INFO] [stdout]     |
[INFO] [stdout] 309 |     use winapi::um::winuser::SetWindowPos;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:310:17
[INFO] [stdout]     |
[INFO] [stdout] 310 |     use winapi::um::winuser::{
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:333:17
[INFO] [stdout]     |
[INFO] [stdout] 333 |     use winapi::shared::windef::{POINT, RECT};
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:334:17
[INFO] [stdout]     |
[INFO] [stdout] 334 |     use winapi::um::winuser::{GetParent, GetWindowRect, ScreenToClient};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:356:17
[INFO] [stdout]     |
[INFO] [stdout] 356 |     use winapi::shared::windef::RECT;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:357:17
[INFO] [stdout]     |
[INFO] [stdout] 357 |     use winapi::um::winuser::{AdjustWindowRectEx, GetWindowLongW, SetWindowPos};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:358:17
[INFO] [stdout]     |
[INFO] [stdout] 358 |     use winapi::um::winuser::{
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:403:17
[INFO] [stdout]     |
[INFO] [stdout] 403 |     use winapi::shared::windef::RECT;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:404:17
[INFO] [stdout]     |
[INFO] [stdout] 404 |     use winapi::um::winuser::GetClientRect;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:419:17
[INFO] [stdout]     |
[INFO] [stdout] 419 |     use winapi::um::winuser::ShowWindow;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:420:17
[INFO] [stdout]     |
[INFO] [stdout] 420 |     use winapi::um::winuser::{SW_HIDE, SW_SHOW};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:427:17
[INFO] [stdout]     |
[INFO] [stdout] 427 |     use winapi::um::winuser::IsWindowVisible;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:432:17
[INFO] [stdout]     |
[INFO] [stdout] 432 |     use winapi::um::winuser::{GWL_STYLE, WS_DISABLED};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:439:17
[INFO] [stdout]     |
[INFO] [stdout] 439 |     use winapi::um::winuser::{GWL_STYLE, WS_DISABLED};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:440:17
[INFO] [stdout]     |
[INFO] [stdout] 440 |     use winapi::um::winuser::{InvalidateRect, UpdateWindow};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]    --> src/win32/window_helper.rs:459:18
[INFO] [stdout]     |
[INFO] [stdout] 459 |     use std::os::windows::ffi::OsStringExt;
[INFO] [stdout]     |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:56:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:460:17
[INFO] [stdout]     |
[INFO] [stdout] 460 |     use winapi::shared::ntdef::WCHAR;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:461:17
[INFO] [stdout]     |
[INFO] [stdout] 461 |     use winapi::um::winuser::GetClassNameW;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:474:13
[INFO] [stdout]     |
[INFO] [stdout] 474 | use winapi::shared::basetsd::LONG_PTR;
[INFO] [stdout]     |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:517:23
[INFO] [stdout]     |
[INFO] [stdout] 517 |         use ::winapi::um::winuser::BeginDeferWindowPos;
[INFO] [stdout]     |                       ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:538:23
[INFO] [stdout]     |
[INFO] [stdout] 538 |         use ::winapi::um::winuser::DeferWindowPos;
[INFO] [stdout]     |                       ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:559:23
[INFO] [stdout]     |
[INFO] [stdout] 559 |         use ::winapi::um::winuser::EndDeferWindowPos;
[INFO] [stdout]     |                       ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win32/menu.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::basetsd::UINT_PTR;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/menu.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::minwindef::UINT;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/menu.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::shared::windef::{HMENU, HWND};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/menu.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 |     use winapi::um::winuser::{
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/menu.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |     use winapi::um::winuser::{MF_POPUP, MF_STRING};
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/menu.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |     use winapi::shared::minwindef::BOOL;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/menu.rs:118:17
[INFO] [stdout]     |
[INFO] [stdout] 118 |     use winapi::um::winuser::{GetMenuItemCount, SetMenuItemInfoW};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/menu.rs:119:17
[INFO] [stdout]     |
[INFO] [stdout] 119 |     use winapi::um::winuser::{MENUITEMINFOW, MFS_DISABLED, MFS_ENABLED, MIIM_STATE};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/menu.rs:155:17
[INFO] [stdout]     |
[INFO] [stdout] 155 |     use winapi::shared::minwindef::BOOL;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/menu.rs:156:17
[INFO] [stdout]     |
[INFO] [stdout] 156 |     use winapi::um::winuser::GetMenuItemInfoW;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/menu.rs:157:17
[INFO] [stdout]     |
[INFO] [stdout] 157 |     use winapi::um::winuser::{MENUITEMINFOW, MFS_DISABLED, MIIM_STATE};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/menu.rs:203:17
[INFO] [stdout]     |
[INFO] [stdout] 203 |     use winapi::um::winuser::{CheckMenuItem, MF_BYCOMMAND, MF_CHECKED, MF_UNCHECKED};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/menu.rs:214:17
[INFO] [stdout]     |
[INFO] [stdout] 214 |     use winapi::um::winuser::{GetMenuState, MF_BYCOMMAND, MF_CHECKED};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/menu.rs:219:17
[INFO] [stdout]     |
[INFO] [stdout] 219 |     use winapi::shared::minwindef::BOOL;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/menu.rs:220:17
[INFO] [stdout]     |
[INFO] [stdout] 220 |     use winapi::um::winuser::{AppendMenuW, GetMenuItemCount, SetMenuItemInfoW};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/menu.rs:221:17
[INFO] [stdout]     |
[INFO] [stdout] 221 |     use winapi::um::winuser::{MENUITEMINFOW, MF_SEPARATOR, MIIM_ID};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/menu.rs:255:17
[INFO] [stdout]     |
[INFO] [stdout] 255 |     use winapi::shared::minwindef::DWORD;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/menu.rs:256:17
[INFO] [stdout]     |
[INFO] [stdout] 256 |     use winapi::um::winuser::{MENUINFO, MIM_STYLE, MNS_NOTIFYBYPOS, SetMenuInfo};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/menu.rs:276:17
[INFO] [stdout]     |
[INFO] [stdout] 276 |     use winapi::um::winuser::{GetMenuItemCount, GetSubMenu};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/cursor.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 24 |         use winapi::shared::windef::POINT;
[INFO] [stdout]    |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/cursor.rs:25:21
[INFO] [stdout]    |
[INFO] [stdout] 25 |         use winapi::um::winuser::GetCursorPos;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/cursor.rs:43:21
[INFO] [stdout]    |
[INFO] [stdout] 43 |         use winapi::shared::ntdef::LONG;
[INFO] [stdout]    |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/cursor.rs:44:21
[INFO] [stdout]    |
[INFO] [stdout] 44 |         use winapi::shared::windef::POINT;
[INFO] [stdout]    |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/cursor.rs:45:21
[INFO] [stdout]    |
[INFO] [stdout] 45 |         use winapi::um::winuser::ScreenToClient;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/cursor.rs:76:21
[INFO] [stdout]    |
[INFO] [stdout] 76 |         use winapi::shared::ntdef::LONG;
[INFO] [stdout]    |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/cursor.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 |         use winapi::shared::windef::POINT;
[INFO] [stdout]    |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/cursor.rs:78:21
[INFO] [stdout]    |
[INFO] [stdout] 78 |         use winapi::um::winuser::ScreenToClient;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/win32/window_helper.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::ctypes::c_int;
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/cursor.rs:110:21
[INFO] [stdout]     |
[INFO] [stdout] 110 |         use winapi::um::winuser::SetCursorPos;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/cursor.rs:127:21
[INFO] [stdout]     |
[INFO] [stdout] 127 |         use winapi::shared::windef::HCURSOR;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/cursor.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |         use winapi::um::winuser::SetCursor;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/cursor.rs:141:21
[INFO] [stdout]     |
[INFO] [stdout] 141 |         use winapi::um::winnt::HANDLE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/cursor.rs:142:21
[INFO] [stdout]     |
[INFO] [stdout] 142 |         use winapi::um::winuser::GetCursor;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/cursor.rs:166:21
[INFO] [stdout]     |
[INFO] [stdout] 166 |         use winapi::um::winuser::SetCapture;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/cursor.rs:183:21
[INFO] [stdout]     |
[INFO] [stdout] 183 |         use winapi::um::winuser::ReleaseCapture;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/cursor.rs:196:21
[INFO] [stdout]     |
[INFO] [stdout] 196 |         use winapi::um::winuser::GetCapture;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/cursor.rs:227:21
[INFO] [stdout]     |
[INFO] [stdout] 227 |         use winapi::shared::ntdef::LONG;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/cursor.rs:228:21
[INFO] [stdout]     |
[INFO] [stdout] 228 |         use winapi::shared::windef::POINT;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/cursor.rs:229:21
[INFO] [stdout]     |
[INFO] [stdout] 229 |         use winapi::um::winuser::DragDetect;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/win32/clipboard.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winnt::HANDLE;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/win32/clipboard.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::winuser::{CF_BITMAP, CF_TEXT, CF_UNICODETEXT};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/clipboard.rs:25:21
[INFO] [stdout]    |
[INFO] [stdout] 25 |         use winapi::um::winuser::RegisterClipboardFormatW;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:156:21
[INFO] [stdout]     |
[INFO] [stdout] 156 |         use winapi::shared::basetsd::SIZE_T;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:157:21
[INFO] [stdout]     |
[INFO] [stdout] 157 |         use winapi::um::stringapiset::MultiByteToWideChar;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:158:21
[INFO] [stdout]     |
[INFO] [stdout] 158 |         use winapi::um::winbase::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:161:21
[INFO] [stdout]     |
[INFO] [stdout] 161 |         use winapi::um::winnls::CP_UTF8;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:162:21
[INFO] [stdout]     |
[INFO] [stdout] 162 |         use winapi::um::winuser::SetClipboardData;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:243:21
[INFO] [stdout]     |
[INFO] [stdout] 243 |         use winapi::um::winuser::{CloseClipboard, EmptyClipboard, OpenClipboard};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:261:21
[INFO] [stdout]     |
[INFO] [stdout] 261 |         use winapi::um::winuser::OpenClipboard;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:283:21
[INFO] [stdout]     |
[INFO] [stdout] 283 |         use winapi::shared::basetsd::SIZE_T;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:284:21
[INFO] [stdout]     |
[INFO] [stdout] 284 |         use winapi::um::winbase::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |         use winapi::um::winuser::SetClipboardData;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:311:21
[INFO] [stdout]     |
[INFO] [stdout] 311 |         use winapi::um::winuser::IsClipboardFormatAvailable;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:327:21
[INFO] [stdout]     |
[INFO] [stdout] 327 |         use winapi::um::winbase::{GlobalLock, GlobalUnlock};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:328:21
[INFO] [stdout]     |
[INFO] [stdout] 328 |         use winapi::um::winuser::GetClipboardData;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:356:21
[INFO] [stdout]     |
[INFO] [stdout] 356 |         use winapi::um::winbase::GlobalLock;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:357:21
[INFO] [stdout]     |
[INFO] [stdout] 357 |         use winapi::um::winuser::GetClipboardData;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:374:21
[INFO] [stdout]     |
[INFO] [stdout] 374 |         use winapi::um::winuser::CountClipboardFormats;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:384:21
[INFO] [stdout]     |
[INFO] [stdout] 384 |         use winapi::um::winuser::EmptyClipboard;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:394:21
[INFO] [stdout]     |
[INFO] [stdout] 394 |         use winapi::um::winuser::CloseClipboard;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]    --> src/win32/clipboard.rs:411:18
[INFO] [stdout]     |
[INFO] [stdout] 411 |     use std::os::windows::ffi::OsStringExt;
[INFO] [stdout]     |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:56:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win32/tabs.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::minwindef::{LPARAM, LRESULT, UINT, WPARAM};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win32/tabs.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::windef::HWND;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/tabs.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 |     use winapi::shared::windef::HBRUSH;
[INFO] [stdout]    |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/tabs.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |     use winapi::um::libloaderapi::GetModuleHandleW;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/tabs.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |     use winapi::um::winuser::COLOR_BTNFACE;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/tabs.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |     use winapi::um::winuser::DefWindowProcW;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/tabs.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 |     use winapi::um::winuser::WM_CREATE;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win32/extern_canvas.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::minwindef::{LPARAM, LRESULT, UINT, WPARAM};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win32/extern_canvas.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::windef::HWND;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/extern_canvas.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 |     use winapi::shared::windef::HBRUSH;
[INFO] [stdout]    |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/extern_canvas.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |     use winapi::um::libloaderapi::GetModuleHandleW;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/extern_canvas.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |     use winapi::um::winuser::{CS_HREDRAW, CS_OWNDC, CS_VREDRAW};
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/extern_canvas.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |     use winapi::um::winuser::DefWindowProcW;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/extern_canvas.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 |     use winapi::um::winuser::{WM_CREATE, WM_ERASEBKGND};
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]    --> src/win32/cursor.rs:109:21
[INFO] [stdout]     |
[INFO] [stdout] 109 |         use winapi::ctypes::c_int;
[INFO] [stdout]     |                     ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::Interface`
[INFO] [stdout]  --> src/win32/image_decoder.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::Interface;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win32/image_decoder.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::winerror::S_OK;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/win32/image_decoder.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::objidlbase::IStream;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/win32/image_decoder.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::wincodec::{IWICBitmapDecoder, IWICImagingFactory};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/image_decoder.rs:10:17
[INFO] [stdout]    |
[INFO] [stdout] 10 |     use winapi::shared::wtypesbase::CLSCTX_INPROC_SERVER;
[INFO] [stdout]    |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/image_decoder.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 |     use winapi::um::combaseapi::CoCreateInstance;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/image_decoder.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |     use winapi::um::wincodec::CLSID_WICImagingFactory;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/image_decoder.rs:39:17
[INFO] [stdout]    |
[INFO] [stdout] 39 |     use winapi::um::wincodec::WICDecodeMetadataCacheOnDemand;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/image_decoder.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 |     use winapi::um::winnt::GENERIC_READ;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/image_decoder.rs:76:17
[INFO] [stdout]    |
[INFO] [stdout] 76 |     use winapi::um::wincodec::WICDecodeMetadataCacheOnDemand;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/image_decoder.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |     use winapi::shared::{minwindef::DWORD, ntdef::LONG, windef::HBITMAP};
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/image_decoder.rs:118:17
[INFO] [stdout]     |
[INFO] [stdout] 118 |     use winapi::um::wincodec::{
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/image_decoder.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |     use winapi::um::wingdi::{
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/image_decoder.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |     use winapi::um::winuser::{GetDC, ReleaseDC};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/image_decoder.rs:221:17
[INFO] [stdout]     |
[INFO] [stdout] 221 |     use winapi::um::wincodec::{
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/win32/richedit.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::shared::{
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/richedit.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::um::wingdi::{LF_FACESIZE, RGB};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/richedit.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use winapi::um::winuser::WM_USER;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/richedit.rs:203:17
[INFO] [stdout]     |
[INFO] [stdout] 203 |     use winapi::um::wingdi::{GetBValue, GetGValue, GetRValue};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win32/plotters_d2d.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::windef::HWND;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/win32/plotters_d2d.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::winerror::{D2DERR_RECREATE_TARGET, S_OK};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/win32/plotters_d2d.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::d2d1::*;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/win32/plotters_d2d.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::dwrite::{
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/plotters_d2d.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 51 |         use winapi::um::dwrite::{
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:159:21
[INFO] [stdout]     |
[INFO] [stdout] 159 |         use winapi::shared::dxgiformat::DXGI_FORMAT_R8G8B8A8_UNORM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:160:21
[INFO] [stdout]     |
[INFO] [stdout] 160 |         use winapi::um::dcommon::{D2D1_ALPHA_MODE_PREMULTIPLIED, D2D1_PIXEL_FORMAT};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:327:21
[INFO] [stdout]     |
[INFO] [stdout] 327 |         use winapi::um::dwrite::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |         use winapi::um::dcommon::DWRITE_MEASURING_MODE_NATURAL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:694:21
[INFO] [stdout]     |
[INFO] [stdout] 694 |         use winapi::um::dwrite::DWRITE_TEXT_METRICS;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:738:17
[INFO] [stdout]     |
[INFO] [stdout] 738 |     use winapi::shared::dxgiformat::DXGI_FORMAT_B8G8R8A8_UNORM;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:739:17
[INFO] [stdout]     |
[INFO] [stdout] 739 |     use winapi::um::dcommon::{D2D_SIZE_U, D2D1_ALPHA_MODE_PREMULTIPLIED, D2D1_PIXEL_FORMAT};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:811:17
[INFO] [stdout]     |
[INFO] [stdout] 811 |     use winapi::um::winnls::GetUserDefaultLocaleName;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:812:17
[INFO] [stdout]     |
[INFO] [stdout] 812 |     use winapi::um::winnt::LOCALE_NAME_MAX_LENGTH;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/win32/image_decoder.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::ctypes::{c_uint, c_void};
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::Interface`
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:823:9
[INFO] [stdout]     |
[INFO] [stdout] 823 |     use winapi::Interface;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ no `Interface` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/mod.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 | use winapi::um::winuser::{
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/mod.rs:44:17
[INFO] [stdout]    |
[INFO] [stdout] 44 |     use winapi::um::winuser::GetMessageW;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/mod.rs:45:17
[INFO] [stdout]    |
[INFO] [stdout] 45 |     use winapi::um::winuser::MSG;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/mod.rs:66:17
[INFO] [stdout]    |
[INFO] [stdout] 66 |     use winapi::um::winuser::MSG;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/mod.rs:67:17
[INFO] [stdout]    |
[INFO] [stdout] 67 |     use winapi::um::winuser::{PM_REMOVE, PeekMessageW, WM_QUIT};
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/mod.rs:92:17
[INFO] [stdout]    |
[INFO] [stdout] 92 |     use winapi::um::winuser::GetMessageW;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/mod.rs:93:17
[INFO] [stdout]    |
[INFO] [stdout] 93 |     use winapi::um::winuser::MSG;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/mod.rs:111:17
[INFO] [stdout]     |
[INFO] [stdout] 111 |     use winapi::um::winuser::PostMessageW;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/mod.rs:112:17
[INFO] [stdout]     |
[INFO] [stdout] 112 |     use winapi::um::winuser::WM_QUIT;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/mod.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |     use winapi::shared::basetsd::ULONG_PTR;
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/mod.rs:122:17
[INFO] [stdout]     |
[INFO] [stdout] 122 |     use winapi::shared::minwindef::{DWORD, MAX_PATH, ULONG};
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/mod.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 |     use winapi::um::fileapi::{GetTempFileNameW, GetTempPathW};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/mod.rs:124:17
[INFO] [stdout]     |
[INFO] [stdout] 124 |     use winapi::um::winbase::{ACTCTXW, ActivateActCtx, CreateActCtxW};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/win32/mod.rs:180:17
[INFO] [stdout]     |
[INFO] [stdout] 180 |     use winapi::shared::winerror::{S_FALSE, S_OK};
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/mod.rs:181:17
[INFO] [stdout]     |
[INFO] [stdout] 181 |     use winapi::um::commctrl::{
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/mod.rs:185:17
[INFO] [stdout]     |
[INFO] [stdout] 185 |     use winapi::um::commctrl::{INITCOMMONCONTROLSEX, InitCommonControlsEx};
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/mod.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 186 |     use winapi::um::libloaderapi::LoadLibraryW;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/mod.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 |     use winapi::um::objbase::CoInitialize;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/resources/bitmap.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::winnt::HANDLE;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/resources/bitmap.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::winuser::IMAGE_BITMAP;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/bitmap.rs:161:21
[INFO] [stdout]     |
[INFO] [stdout] 161 |         use winapi::um::winuser::CreateIconIndirect;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/bitmap.rs:162:21
[INFO] [stdout]     |
[INFO] [stdout] 162 |         use winapi::um::winuser::ICONINFO;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/resources/cursor.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::winnt::HANDLE;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/resources/cursor.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::winuser::IMAGE_CURSOR;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/resources/font.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::windef::HFONT;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/resources/font.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::winnt::HANDLE;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/font.rs:132:21
[INFO] [stdout]     |
[INFO] [stdout] 132 |         use winapi::um::wingdi::AddFontResourceW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/font.rs:142:21
[INFO] [stdout]     |
[INFO] [stdout] 142 |         use winapi::um::wingdi::RemoveFontResourceW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/font.rs:155:21
[INFO] [stdout]     |
[INFO] [stdout] 155 |         use winapi::um::wingdi::AddFontMemResourceEx;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/font.rs:177:21
[INFO] [stdout]     |
[INFO] [stdout] 177 |         use winapi::um::wingdi::RemoveFontMemResourceEx;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/resources/font.rs:188:21
[INFO] [stdout]     |
[INFO] [stdout] 188 |         use winapi::shared::minwindef::{DWORD, LPARAM};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/font.rs:189:21
[INFO] [stdout]     |
[INFO] [stdout] 189 |         use winapi::um::wingdi::{DEFAULT_CHARSET, EnumFontFamiliesExW, LOGFONTW, TEXTMETRICW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/font.rs:190:21
[INFO] [stdout]     |
[INFO] [stdout] 190 |         use winapi::um::winuser::GetDC;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/resources/icon.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::winnt::HANDLE;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/resources/icon.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::winuser::IMAGE_ICON;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/resources/image_decoder.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::winerror::S_OK;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/resources/image_decoder.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::wincodec::{
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/image_decoder.rs:238:21
[INFO] [stdout]     |
[INFO] [stdout] 238 |         use winapi::um::wincodec::WICRect;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/resources/file_dialog.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::shobjidl::{IFileDialog, IFileOpenDialog};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/resources/file_dialog.rs:75:21
[INFO] [stdout]    |
[INFO] [stdout] 75 |         use winapi::shared::winerror::S_OK;
[INFO] [stdout]    |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/file_dialog.rs:125:21
[INFO] [stdout]     |
[INFO] [stdout] 125 |         use winapi::um::shobjidl::FOS_ALLOWMULTISELECT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/file_dialog.rs:140:21
[INFO] [stdout]     |
[INFO] [stdout] 140 |         use winapi::um::shobjidl::FOS_ALLOWMULTISELECT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/resources/color_dialog.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::{minwindef::DWORD, windef::COLORREF};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/resources/color_dialog.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::commdlg::{CC_RGBINIT, CHOOSECOLORW, ChooseColorW};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/resources/color_dialog.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::wingdi::{GetBValue, GetGValue, GetRValue, RGB};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/resources/font_dialog.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/resources/font_dialog.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::commdlg::{CHOOSEFONTW, ChooseFontW};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/resources/font_dialog.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::wingdi::LOGFONTW;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/resources/image_list.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::windef::{HBITMAP, HICON};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/resources/image_list.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::commctrl::{HIMAGELIST, ImageList_AddMasked};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/resources/image_list.rs:49:21
[INFO] [stdout]    |
[INFO] [stdout] 49 |         use winapi::um::commctrl::ImageList_GetIconSize;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/resources/image_list.rs:65:21
[INFO] [stdout]    |
[INFO] [stdout] 65 |         use winapi::um::commctrl::ImageList_SetIconSize;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/resources/image_list.rs:79:21
[INFO] [stdout]    |
[INFO] [stdout] 79 |         use winapi::um::commctrl::ImageList_GetImageCount;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/image_list.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |         use winapi::um::wingdi::DeleteObject;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/image_list.rs:129:21
[INFO] [stdout]     |
[INFO] [stdout] 129 |         use winapi::um::winuser::{GetIconInfo, ICONINFO};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/image_list.rs:181:21
[INFO] [stdout]     |
[INFO] [stdout] 181 |         use winapi::um::commctrl::ImageList_Remove;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/image_list.rs:194:21
[INFO] [stdout]     |
[INFO] [stdout] 194 |         use winapi::um::commctrl::ImageList_Replace;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/image_list.rs:215:21
[INFO] [stdout]     |
[INFO] [stdout] 215 |         use winapi::um::commctrl::ImageList_ReplaceIcon;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/image_list.rs:232:21
[INFO] [stdout]     |
[INFO] [stdout] 232 |         use winapi::um::commctrl::ImageList_Destroy;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/image_list.rs:279:21
[INFO] [stdout]     |
[INFO] [stdout] 279 |         use winapi::um::commctrl::{ILC_COLOR32, ILC_MASK, ImageList_Create};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:824:17
[INFO] [stdout]     |
[INFO] [stdout] 824 |     use winapi::ctypes::c_void;
[INFO] [stdout]     |                 ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/resources/embed.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::minwindef::{HGLOBAL, HINSTANCE, HRSRC};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/resources/embed.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::winuser::{LR_CREATEDIBSECTION, LR_DEFAULTSIZE, LoadImageW};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/resources/embed.rs:65:21
[INFO] [stdout]    |
[INFO] [stdout] 65 |         use winapi::um::libloaderapi::SizeofResource;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/resources/embed.rs:81:21
[INFO] [stdout]    |
[INFO] [stdout] 81 |         use winapi::um::libloaderapi::LockResource;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/embed.rs:126:21
[INFO] [stdout]     |
[INFO] [stdout] 126 |         use winapi::um::libloaderapi::LoadStringW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/embed.rs:143:21
[INFO] [stdout]     |
[INFO] [stdout] 143 |         use winapi::um::winuser::IMAGE_ICON;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/embed.rs:171:21
[INFO] [stdout]     |
[INFO] [stdout] 171 |         use winapi::um::winuser::IMAGE_BITMAP;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/embed.rs:238:21
[INFO] [stdout]     |
[INFO] [stdout] 238 |         use winapi::um::winuser::IMAGE_CURSOR;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/embed.rs:263:21
[INFO] [stdout]     |
[INFO] [stdout] 263 |         use winapi::um::libloaderapi::{FindResourceW, LoadResource};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/resources/embed.rs:338:21
[INFO] [stdout]     |
[INFO] [stdout] 338 |         use winapi::um::libloaderapi::GetModuleHandleW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/button.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::winuser::{
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/button.rs:97:21
[INFO] [stdout]    |
[INFO] [stdout] 97 |         use winapi::um::winuser::BM_CLICK;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/button.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |         use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/button.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |         use winapi::um::winuser::{BM_SETIMAGE, IMAGE_BITMAP};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/button.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |         use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/button.rs:118:21
[INFO] [stdout]     |
[INFO] [stdout] 118 |         use winapi::um::winuser::{BM_SETIMAGE, IMAGE_ICON};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/button.rs:130:21
[INFO] [stdout]     |
[INFO] [stdout] 130 |         use winapi::shared::minwindef::WPARAM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/button.rs:131:21
[INFO] [stdout]     |
[INFO] [stdout] 131 |         use winapi::shared::windef::HBITMAP;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/button.rs:132:21
[INFO] [stdout]     |
[INFO] [stdout] 132 |         use winapi::um::winnt::HANDLE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/button.rs:133:21
[INFO] [stdout]     |
[INFO] [stdout] 133 |         use winapi::um::winuser::{BM_GETIMAGE, IMAGE_BITMAP, IMAGE_ICON};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/check_box.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::windef::HBRUSH;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/check_box.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::{
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/check_box.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |         use winapi::shared::minwindef::WPARAM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/check_box.rs:118:21
[INFO] [stdout]     |
[INFO] [stdout] 118 |         use winapi::um::winuser::BM_SETSTYLE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/check_box.rs:132:21
[INFO] [stdout]     |
[INFO] [stdout] 132 |         use winapi::um::winuser::{BM_GETCHECK, BST_CHECKED, BST_INDETERMINATE, BST_UNCHECKED};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/check_box.rs:146:21
[INFO] [stdout]     |
[INFO] [stdout] 146 |         use winapi::shared::minwindef::WPARAM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/check_box.rs:147:21
[INFO] [stdout]     |
[INFO] [stdout] 147 |         use winapi::um::winuser::{BM_SETCHECK, BST_CHECKED, BST_INDETERMINATE, BST_UNCHECKED};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/check_box.rs:267:21
[INFO] [stdout]     |
[INFO] [stdout] 267 |         use winapi::um::winuser::{BS_NOTIFY, WS_CHILD};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/check_box.rs:275:21
[INFO] [stdout]     |
[INFO] [stdout] 275 |         use winapi::shared::{basetsd::UINT_PTR, minwindef::LRESULT, windef::HWND};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/check_box.rs:276:21
[INFO] [stdout]     |
[INFO] [stdout] 276 |         use winapi::um::wingdi::{CreateSolidBrush, RGB};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/check_box.rs:277:21
[INFO] [stdout]     |
[INFO] [stdout] 277 |         use winapi::um::winuser::WM_CTLCOLORSTATIC;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/control_base.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/control_base.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::windef::HWND;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/controls/control_base.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::windef::HMENU;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/control_handle.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::windef::{HMENU, HWND};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/image_frame.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::windef::HBRUSH;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/image_frame.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::wingdi::DeleteObject;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/image_frame.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::winuser::{WS_DISABLED, WS_VISIBLE};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/controls/image_frame.rs:74:21
[INFO] [stdout]    |
[INFO] [stdout] 74 |         use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]    |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/image_frame.rs:75:21
[INFO] [stdout]    |
[INFO] [stdout] 75 |         use winapi::um::winuser::{IMAGE_BITMAP, STM_SETIMAGE};
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/controls/image_frame.rs:91:21
[INFO] [stdout]    |
[INFO] [stdout] 91 |         use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]    |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/image_frame.rs:92:21
[INFO] [stdout]    |
[INFO] [stdout] 92 |         use winapi::um::winuser::{IMAGE_ICON, STM_SETIMAGE};
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/image_frame.rs:109:21
[INFO] [stdout]     |
[INFO] [stdout] 109 |         use winapi::shared::minwindef::WPARAM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/image_frame.rs:110:21
[INFO] [stdout]     |
[INFO] [stdout] 110 |         use winapi::shared::windef::HBITMAP;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/image_frame.rs:111:21
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use winapi::um::winnt::HANDLE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/image_frame.rs:112:21
[INFO] [stdout]     |
[INFO] [stdout] 112 |         use winapi::um::winuser::{IMAGE_BITMAP, IMAGE_ICON, STM_GETIMAGE};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/image_frame.rs:195:21
[INFO] [stdout]     |
[INFO] [stdout] 195 |         use winapi::um::winuser::{SS_CENTERIMAGE, SS_NOTIFY, WS_CHILD};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/image_frame.rs:204:21
[INFO] [stdout]     |
[INFO] [stdout] 204 |         use winapi::shared::{basetsd::UINT_PTR, minwindef::LRESULT, windef::HWND};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/image_frame.rs:205:21
[INFO] [stdout]     |
[INFO] [stdout] 205 |         use winapi::um::wingdi::{CreateSolidBrush, RGB};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/image_frame.rs:206:21
[INFO] [stdout]     |
[INFO] [stdout] 206 |         use winapi::um::winuser::WM_CTLCOLORSTATIC;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/image_frame.rs:309:21
[INFO] [stdout]     |
[INFO] [stdout] 309 |         use winapi::um::winuser::{SS_BITMAP, SS_ICON};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/label.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::um::{
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/controls/label.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::shared::windef::HBRUSH;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/label.rs:199:21
[INFO] [stdout]     |
[INFO] [stdout] 199 |         use winapi::um::winuser::{SS_LEFT, SS_NOPREFIX};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/label.rs:206:21
[INFO] [stdout]     |
[INFO] [stdout] 206 |         use winapi::um::winuser::{SS_NOTIFY, WS_CHILD};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/label.rs:215:21
[INFO] [stdout]     |
[INFO] [stdout] 215 |         use winapi::shared::windef::{HGDIOBJ, HWND, POINT, RECT};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/label.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |         use winapi::shared::{basetsd::UINT_PTR, minwindef::LRESULT};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/label.rs:217:21
[INFO] [stdout]     |
[INFO] [stdout] 217 |         use winapi::um::wingdi::{CreateSolidBrush, RGB, SelectObject};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/label.rs:218:21
[INFO] [stdout]     |
[INFO] [stdout] 218 |         use winapi::um::winuser::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/label.rs:222:21
[INFO] [stdout]     |
[INFO] [stdout] 222 |         use winapi::um::winuser::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/label.rs:226:21
[INFO] [stdout]     |
[INFO] [stdout] 226 |         use winapi::um::winuser::{SWP_FRAMECHANGED, SWP_NOMOVE, SWP_NOOWNERZORDER, SWP_NOSIZE};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/label.rs:492:21
[INFO] [stdout]     |
[INFO] [stdout] 492 |         use winapi::um::winuser::{SS_CENTER, SS_LEFT, SS_RIGHT};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/radio_button.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::windef::HBRUSH;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/radio_button.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::{
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/radio_button.rs:136:21
[INFO] [stdout]     |
[INFO] [stdout] 136 |         use winapi::um::winuser::{BM_GETCHECK, BST_CHECKED, BST_UNCHECKED};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/radio_button.rs:149:21
[INFO] [stdout]     |
[INFO] [stdout] 149 |         use winapi::shared::minwindef::WPARAM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/radio_button.rs:150:21
[INFO] [stdout]     |
[INFO] [stdout] 150 |         use winapi::um::winuser::{BM_SETCHECK, BST_CHECKED, BST_UNCHECKED};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/radio_button.rs:269:21
[INFO] [stdout]     |
[INFO] [stdout] 269 |         use winapi::um::winuser::{BS_AUTORADIOBUTTON, BS_NOTIFY, WS_CHILD};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/radio_button.rs:277:21
[INFO] [stdout]     |
[INFO] [stdout] 277 |         use winapi::shared::{basetsd::UINT_PTR, minwindef::LRESULT, windef::HWND};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/radio_button.rs:278:21
[INFO] [stdout]     |
[INFO] [stdout] 278 |         use winapi::um::wingdi::{CreateSolidBrush, RGB};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/radio_button.rs:279:21
[INFO] [stdout]     |
[INFO] [stdout] 279 |         use winapi::um::winuser::WM_CTLCOLORSTATIC;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/text_input.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::{
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/text_input.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::{
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:131:21
[INFO] [stdout]     |
[INFO] [stdout] 131 |         use winapi::um::winuser::EM_GETPASSWORDCHAR;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:145:21
[INFO] [stdout]     |
[INFO] [stdout] 145 |         use winapi::um::winuser::{EM_SETPASSWORDCHAR, InvalidateRect};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:163:21
[INFO] [stdout]     |
[INFO] [stdout] 163 |         use winapi::um::winuser::EM_GETLIMITTEXT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:172:21
[INFO] [stdout]     |
[INFO] [stdout] 172 |         use winapi::um::winuser::EM_SETLIMITTEXT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:180:21
[INFO] [stdout]     |
[INFO] [stdout] 180 |         use winapi::um::winuser::EM_GETMODIFY;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:188:21
[INFO] [stdout]     |
[INFO] [stdout] 188 |         use winapi::um::winuser::EM_SETMODIFY;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:195:21
[INFO] [stdout]     |
[INFO] [stdout] 195 |         use winapi::um::winuser::EM_UNDO;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:203:21
[INFO] [stdout]     |
[INFO] [stdout] 203 |         use winapi::um::winuser::EM_GETSEL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:218:21
[INFO] [stdout]     |
[INFO] [stdout] 218 |         use winapi::um::winuser::EM_SETSEL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:227:21
[INFO] [stdout]     |
[INFO] [stdout] 227 |         use winapi::um::winuser::EM_LINELENGTH;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:235:21
[INFO] [stdout]     |
[INFO] [stdout] 235 |         use winapi::um::winuser::ES_READONLY;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:243:21
[INFO] [stdout]     |
[INFO] [stdout] 243 |         use winapi::um::winuser::EM_SETREADONLY;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]    --> src/controls/text_input.rs:328:22
[INFO] [stdout]     |
[INFO] [stdout] 328 |         use std::os::windows::ffi::OsStringExt;
[INFO] [stdout]     |                      ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:56:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/os/mod.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:329:21
[INFO] [stdout]     |
[INFO] [stdout] 329 |         use winapi::shared::ntdef::WCHAR;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:330:21
[INFO] [stdout]     |
[INFO] [stdout] 330 |         use winapi::um::commctrl::EM_GETCUEBANNER;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:351:21
[INFO] [stdout]     |
[INFO] [stdout] 351 |         use winapi::um::commctrl::EM_SETCUEBANNER;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:371:21
[INFO] [stdout]     |
[INFO] [stdout] 371 |         use winapi::um::winuser::{WS_BORDER, WS_CHILD};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:380:21
[INFO] [stdout]     |
[INFO] [stdout] 380 |         use winapi::shared::windef::{HGDIOBJ, POINT, RECT};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:381:21
[INFO] [stdout]     |
[INFO] [stdout] 381 |         use winapi::um::wingdi::{CreateSolidBrush, RGB, SelectObject};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:382:21
[INFO] [stdout]     |
[INFO] [stdout] 382 |         use winapi::um::winuser::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:386:21
[INFO] [stdout]     |
[INFO] [stdout] 386 |         use winapi::um::winuser::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:390:21
[INFO] [stdout]     |
[INFO] [stdout] 390 |         use winapi::um::winuser::{SWP_FRAMECHANGED, SWP_NOMOVE, SWP_NOOWNERZORDER, SWP_NOSIZE};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/window.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::um::winuser::{
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/window.rs:129:21
[INFO] [stdout]     |
[INFO] [stdout] 129 |         use winapi::um::winuser::InvalidateRect;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/window.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 |         use winapi::um::winuser::WM_CLOSE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/window.rs:147:21
[INFO] [stdout]     |
[INFO] [stdout] 147 |         use winapi::um::winnt::HANDLE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/window.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |         use winapi::um::winuser::WM_GETICON;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/window.rs:166:21
[INFO] [stdout]     |
[INFO] [stdout] 166 |         use winapi::shared::minwindef::LPARAM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/window.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 |         use winapi::um::winuser::WM_SETICON;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/text_box.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/text_box.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::winuser::{
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_box.rs:127:21
[INFO] [stdout]     |
[INFO] [stdout] 127 |         use winapi::um::winuser::EM_GETLIMITTEXT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_box.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 |         use winapi::um::winuser::EM_SETLIMITTEXT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_box.rs:151:21
[INFO] [stdout]     |
[INFO] [stdout] 151 |         use winapi::um::winuser::EM_GETMODIFY;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_box.rs:163:21
[INFO] [stdout]     |
[INFO] [stdout] 163 |         use winapi::um::winuser::EM_SETMODIFY;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_box.rs:174:21
[INFO] [stdout]     |
[INFO] [stdout] 174 |         use winapi::um::winuser::EM_UNDO;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_box.rs:186:21
[INFO] [stdout]     |
[INFO] [stdout] 186 |         use winapi::um::winuser::EM_GETSEL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_box.rs:205:21
[INFO] [stdout]     |
[INFO] [stdout] 205 |         use winapi::um::winuser::EM_SETSEL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_box.rs:229:21
[INFO] [stdout]     |
[INFO] [stdout] 229 |         use winapi::um::winuser::EM_GETLINECOUNT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_box.rs:240:21
[INFO] [stdout]     |
[INFO] [stdout] 240 |         use winapi::um::winuser::EM_LINESCROLL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_box.rs:259:21
[INFO] [stdout]     |
[INFO] [stdout] 259 |         use winapi::um::winuser::ES_READONLY;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_box.rs:271:21
[INFO] [stdout]     |
[INFO] [stdout] 271 |         use winapi::um::winuser::EM_SETREADONLY;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_box.rs:430:21
[INFO] [stdout]     |
[INFO] [stdout] 430 |         use winapi::um::winuser::{ES_MULTILINE, ES_WANTRETURN, WS_BORDER, WS_CHILD};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/rich_text_box.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/rich_text_box.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::winuser::{
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_text_box.rs:283:21
[INFO] [stdout]     |
[INFO] [stdout] 283 |         use winapi::um::wingdi::RGB;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_text_box.rs:325:21
[INFO] [stdout]     |
[INFO] [stdout] 325 |         use winapi::um::winuser::EM_GETLIMITTEXT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_text_box.rs:332:21
[INFO] [stdout]     |
[INFO] [stdout] 332 |         use winapi::um::winuser::EM_SETLIMITTEXT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_text_box.rs:340:21
[INFO] [stdout]     |
[INFO] [stdout] 340 |         use winapi::um::winuser::EM_GETMODIFY;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_text_box.rs:348:21
[INFO] [stdout]     |
[INFO] [stdout] 348 |         use winapi::um::winuser::EM_SETMODIFY;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_text_box.rs:355:21
[INFO] [stdout]     |
[INFO] [stdout] 355 |         use winapi::um::winuser::EM_UNDO;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_text_box.rs:363:21
[INFO] [stdout]     |
[INFO] [stdout] 363 |         use winapi::um::winuser::EM_GETSEL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_text_box.rs:379:21
[INFO] [stdout]     |
[INFO] [stdout] 379 |         use winapi::um::winuser::EM_SETSEL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_text_box.rs:400:21
[INFO] [stdout]     |
[INFO] [stdout] 400 |         use winapi::um::winuser::EM_GETLINECOUNT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_text_box.rs:408:21
[INFO] [stdout]     |
[INFO] [stdout] 408 |         use winapi::um::winuser::EM_LINESCROLL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_text_box.rs:424:21
[INFO] [stdout]     |
[INFO] [stdout] 424 |         use winapi::um::winuser::ES_READONLY;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_text_box.rs:433:21
[INFO] [stdout]     |
[INFO] [stdout] 433 |         use winapi::um::winuser::EM_SETREADONLY;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_text_box.rs:556:21
[INFO] [stdout]     |
[INFO] [stdout] 556 |         use winapi::um::winuser::{ES_MULTILINE, ES_WANTRETURN, WS_BORDER, WS_CHILD};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/rich_label.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::winuser::{EM_SETSEL, ES_MULTILINE, WS_DISABLED, WS_VISIBLE};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_label.rs:101:21
[INFO] [stdout]     |
[INFO] [stdout] 101 |         use winapi::um::wingdi::RGB;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_label.rs:150:21
[INFO] [stdout]     |
[INFO] [stdout] 150 |         use winapi::um::winuser::EM_GETSEL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_label.rs:173:21
[INFO] [stdout]     |
[INFO] [stdout] 173 |         use winapi::um::winuser::EM_LINELENGTH;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_label.rs:263:21
[INFO] [stdout]     |
[INFO] [stdout] 263 |         use winapi::um::winuser::{ES_READONLY, WS_CHILD};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/rich_label.rs:271:21
[INFO] [stdout]     |
[INFO] [stdout] 271 |         use winapi::shared::windef::{HBRUSH, POINT, RECT};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_label.rs:272:21
[INFO] [stdout]     |
[INFO] [stdout] 272 |         use winapi::um::winuser::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_label.rs:276:21
[INFO] [stdout]     |
[INFO] [stdout] 276 |         use winapi::um::winuser::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_label.rs:279:21
[INFO] [stdout]     |
[INFO] [stdout] 279 |         use winapi::um::winuser::{WM_NCCALCSIZE, WM_NCPAINT, WM_SIZE};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/rich_label.rs:460:21
[INFO] [stdout]     |
[INFO] [stdout] 460 |         use winapi::um::winuser::{SS_CENTER, SS_LEFT, SS_RIGHT};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/status_bar.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/status_bar.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |         use winapi::um::commctrl::SB_SETMINHEIGHT;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/status_bar.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         use winapi::um::winuser::WM_SIZE;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/controls/status_bar.rs:87:21
[INFO] [stdout]    |
[INFO] [stdout] 87 |         use winapi::shared::minwindef::LOWORD;
[INFO] [stdout]    |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/status_bar.rs:88:21
[INFO] [stdout]    |
[INFO] [stdout] 88 |         use winapi::um::commctrl::{SB_GETTEXTLENGTHW, SB_GETTEXTW};
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/status_bar.rs:112:21
[INFO] [stdout]     |
[INFO] [stdout] 112 |         use winapi::um::commctrl::SB_SETTEXTW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/status_bar.rs:136:21
[INFO] [stdout]     |
[INFO] [stdout] 136 |         use winapi::um::winuser::WS_CHILD;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/status_bar.rs:145:21
[INFO] [stdout]     |
[INFO] [stdout] 145 |         use winapi::um::winuser::WM_SIZE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/tooltip.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::minwindef::{LPARAM, UINT, WPARAM};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/tooltip.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::winnt::WCHAR;
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:142:21
[INFO] [stdout]     |
[INFO] [stdout] 142 |         use winapi::shared::{basetsd::UINT_PTR, windef::RECT};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:143:21
[INFO] [stdout]     |
[INFO] [stdout] 143 |         use winapi::um::commctrl::{TTF_IDISHWND, TTF_SUBCLASS, TTM_GETTEXTW, TTTOOLINFOW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:186:21
[INFO] [stdout]     |
[INFO] [stdout] 186 |         use winapi::shared::{basetsd::UINT_PTR, windef::RECT};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:187:21
[INFO] [stdout]     |
[INFO] [stdout] 187 |         use winapi::um::commctrl::{TTF_IDISHWND, TTF_SUBCLASS, TTM_UPDATETIPTEXTW, TTTOOLINFOW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:222:21
[INFO] [stdout]     |
[INFO] [stdout] 222 |         use winapi::um::commctrl::TTM_SETTITLEW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:236:21
[INFO] [stdout]     |
[INFO] [stdout] 236 |         use winapi::um::commctrl::TTM_SETTITLEW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:237:21
[INFO] [stdout]     |
[INFO] [stdout] 237 |         use winapi::um::commctrl::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:266:21
[INFO] [stdout]     |
[INFO] [stdout] 266 |         use winapi::um::commctrl::TTM_POP;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:274:21
[INFO] [stdout]     |
[INFO] [stdout] 274 |         use winapi::um::commctrl::TTM_GETTOOLCOUNT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:283:21
[INFO] [stdout]     |
[INFO] [stdout] 283 |         use winapi::um::commctrl::{TTDT_INITIAL, TTM_SETDELAYTIME};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:301:21
[INFO] [stdout]     |
[INFO] [stdout] 301 |         use winapi::um::commctrl::{TTDT_INITIAL, TTM_GETDELAYTIME};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:310:21
[INFO] [stdout]     |
[INFO] [stdout] 310 |         use winapi::um::commctrl::TTM_ACTIVATE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:319:21
[INFO] [stdout]     |
[INFO] [stdout] 319 |         use winapi::shared::{basetsd::UINT_PTR, windef::RECT};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:320:21
[INFO] [stdout]     |
[INFO] [stdout] 320 |         use winapi::um::commctrl::{TTF_IDISHWND, TTF_SUBCLASS, TTM_ADDTOOLW, TTTOOLINFOW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:359:21
[INFO] [stdout]     |
[INFO] [stdout] 359 |         use winapi::shared::{basetsd::UINT_PTR, windef::RECT};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:360:21
[INFO] [stdout]     |
[INFO] [stdout] 360 |         use winapi::um::commctrl::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:397:21
[INFO] [stdout]     |
[INFO] [stdout] 397 |         use winapi::shared::{basetsd::UINT_PTR, windef::RECT};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:398:21
[INFO] [stdout]     |
[INFO] [stdout] 398 |         use winapi::um::commctrl::{TTF_IDISHWND, TTF_SUBCLASS, TTM_DELTOOLW, TTTOOLINFOW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |         use winapi::um::commctrl::{TTS_ALWAYSTIP, TTS_NOPREFIX};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:444:21
[INFO] [stdout]     |
[INFO] [stdout] 444 |         use winapi::um::winuser::WS_POPUP;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/track_bar.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::{
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/track_bar.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::commctrl::{
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/track_bar.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use winapi::um::{
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/track_bar.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |         use winapi::um::commctrl::TBM_GETPOS;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/track_bar.rs:114:21
[INFO] [stdout]     |
[INFO] [stdout] 114 |         use winapi::um::commctrl::TBM_SETPOSNOTIFY;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/track_bar.rs:123:21
[INFO] [stdout]     |
[INFO] [stdout] 123 |         use winapi::um::commctrl::{TBM_GETSELEND, TBM_GETSELSTART};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/track_bar.rs:136:21
[INFO] [stdout]     |
[INFO] [stdout] 136 |         use winapi::um::commctrl::{TBM_SETSELEND, TBM_SETSELSTART};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/track_bar.rs:146:21
[INFO] [stdout]     |
[INFO] [stdout] 146 |         use winapi::um::commctrl::TBM_GETRANGEMIN;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/track_bar.rs:154:21
[INFO] [stdout]     |
[INFO] [stdout] 154 |         use winapi::um::commctrl::TBM_SETRANGEMIN;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/track_bar.rs:162:21
[INFO] [stdout]     |
[INFO] [stdout] 162 |         use winapi::um::commctrl::TBM_GETRANGEMAX;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/track_bar.rs:170:21
[INFO] [stdout]     |
[INFO] [stdout] 170 |         use winapi::um::commctrl::TBM_SETRANGEMAX;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/track_bar.rs:178:21
[INFO] [stdout]     |
[INFO] [stdout] 178 |         use winapi::um::commctrl::TBM_GETNUMTICS;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/track_bar.rs:187:21
[INFO] [stdout]     |
[INFO] [stdout] 187 |         use winapi::um::commctrl::TBM_GETTIC;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/track_bar.rs:271:21
[INFO] [stdout]     |
[INFO] [stdout] 271 |         use winapi::um::winuser::WS_CHILD;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/track_bar.rs:279:21
[INFO] [stdout]     |
[INFO] [stdout] 279 |         use winapi::shared::{basetsd::UINT_PTR, minwindef::LRESULT, windef::HWND};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/track_bar.rs:280:21
[INFO] [stdout]     |
[INFO] [stdout] 280 |         use winapi::um::wingdi::{CreateSolidBrush, RGB};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/track_bar.rs:281:21
[INFO] [stdout]     |
[INFO] [stdout] 281 |         use winapi::um::winuser::WM_CTLCOLORSTATIC;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]  --> src/resources/embed.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::ctypes::c_void;
[INFO] [stdout]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/menu.rs:146:21
[INFO] [stdout]     |
[INFO] [stdout] 146 |         use winapi::um::winuser::{SetForegroundWindow, TrackPopupMenu};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/controls/animation_timer.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/controls/animation_timer.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::shared::windef::HWND;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/animation_timer.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::winuser::SendNotifyMessageW;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/notice.rs:132:21
[INFO] [stdout]     |
[INFO] [stdout] 132 |         use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/notice.rs:133:21
[INFO] [stdout]     |
[INFO] [stdout] 133 |         use winapi::shared::windef::HWND;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/notice.rs:134:21
[INFO] [stdout]     |
[INFO] [stdout] 134 |         use winapi::um::winuser::SendNotifyMessageW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/combo_box.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/combo_box.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::windef::HWND;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/combo_box.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::winuser::{WS_DISABLED, WS_TABSTOP, WS_VISIBLE};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/combo_box.rs:99:21
[INFO] [stdout]    |
[INFO] [stdout] 99 |         use winapi::um::winuser::CB_DELETESTRING;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:112:21
[INFO] [stdout]     |
[INFO] [stdout] 112 |         use winapi::um::winuser::CB_ADDSTRING;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:134:21
[INFO] [stdout]     |
[INFO] [stdout] 134 |         use winapi::um::winuser::CB_SHOWDROPDOWN;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:142:21
[INFO] [stdout]     |
[INFO] [stdout] 142 |         use winapi::um::winuser::{CB_ERR, CB_GETCURSEL};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:158:21
[INFO] [stdout]     |
[INFO] [stdout] 158 |         use winapi::shared::ntdef::WCHAR;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:159:21
[INFO] [stdout]     |
[INFO] [stdout] 159 |         use winapi::um::winuser::{CB_ERR, CB_GETCURSEL, CB_GETLBTEXT, CB_GETLBTEXTLEN};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:184:21
[INFO] [stdout]     |
[INFO] [stdout] 184 |         use winapi::um::winuser::CB_SETCURSEL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:196:21
[INFO] [stdout]     |
[INFO] [stdout] 196 |         use winapi::um::winuser::{CB_ERR, CB_SELECTSTRING};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:212:21
[INFO] [stdout]     |
[INFO] [stdout] 212 |         use winapi::um::winuser::CB_ADDSTRING;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:229:21
[INFO] [stdout]     |
[INFO] [stdout] 229 |         use winapi::um::winuser::CB_INSERTSTRING;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:254:21
[INFO] [stdout]     |
[INFO] [stdout] 254 |         use winapi::um::winuser::CB_ADDSTRING;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:270:21
[INFO] [stdout]     |
[INFO] [stdout] 270 |         use winapi::um::winuser::CB_ADDSTRING;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:290:21
[INFO] [stdout]     |
[INFO] [stdout] 290 |         use winapi::um::winuser::CB_GETCOUNT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:408:21
[INFO] [stdout]     |
[INFO] [stdout] 408 |         use winapi::um::winuser::{CBS_DROPDOWNLIST, WS_BORDER, WS_CHILD};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:414:21
[INFO] [stdout]     |
[INFO] [stdout] 414 |         use winapi::um::winuser::CB_RESETCONTENT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:423:21
[INFO] [stdout]     |
[INFO] [stdout] 423 |         use winapi::shared::windef::{HBRUSH, HGDIOBJ, POINT, RECT};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:424:21
[INFO] [stdout]     |
[INFO] [stdout] 424 |         use winapi::um::wingdi::{CreateSolidBrush, RGB, SelectObject};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:425:21
[INFO] [stdout]     |
[INFO] [stdout] 425 |         use winapi::um::winuser::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:429:21
[INFO] [stdout]     |
[INFO] [stdout] 429 |         use winapi::um::winuser::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/combo_box.rs:433:21
[INFO] [stdout]     |
[INFO] [stdout] 433 |         use winapi::um::winuser::{SWP_FRAMECHANGED, SWP_NOMOVE, SWP_NOOWNERZORDER, SWP_NOSIZE};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/list_box.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/controls/list_box.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::windef::HWND;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/list_box.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::winuser::{LBS_MULTIPLESEL, LBS_NOSEL, WS_DISABLED, WS_TABSTOP, WS_VISIBLE};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:101:21
[INFO] [stdout]     |
[INFO] [stdout] 101 |         use winapi::um::winuser::LB_ADDSTRING;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |         use winapi::um::winuser::LB_INSERTSTRING;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:141:21
[INFO] [stdout]     |
[INFO] [stdout] 141 |         use winapi::um::winuser::LB_DELETESTRING;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |         use winapi::um::winuser::{LB_ERR, LB_GETCURSEL};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:168:21
[INFO] [stdout]     |
[INFO] [stdout] 168 |         use winapi::um::winuser::{LB_ERR, LB_GETSELCOUNT};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:180:21
[INFO] [stdout]     |
[INFO] [stdout] 180 |         use winapi::um::winuser::{LB_ERR, LB_GETSELCOUNT, LB_GETSELITEMS};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:208:21
[INFO] [stdout]     |
[INFO] [stdout] 208 |         use winapi::shared::ntdef::WCHAR;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:209:21
[INFO] [stdout]     |
[INFO] [stdout] 209 |         use winapi::um::winuser::{LB_ERR, LB_GETCURSEL, LB_GETTEXT, LB_GETTEXTLEN};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:233:21
[INFO] [stdout]     |
[INFO] [stdout] 233 |         use winapi::um::winuser::LB_SETCURSEL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:242:21
[INFO] [stdout]     |
[INFO] [stdout] 242 |         use winapi::um::winuser::LB_SETSEL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:249:21
[INFO] [stdout]     |
[INFO] [stdout] 249 |         use winapi::um::winuser::LB_SETSEL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:256:21
[INFO] [stdout]     |
[INFO] [stdout] 256 |         use winapi::um::winuser::LB_SETSEL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:263:21
[INFO] [stdout]     |
[INFO] [stdout] 263 |         use winapi::um::winuser::LB_SETSEL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:270:21
[INFO] [stdout]     |
[INFO] [stdout] 270 |         use winapi::um::winuser::LB_SELITEMRANGEEX;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:280:21
[INFO] [stdout]     |
[INFO] [stdout] 280 |         use winapi::um::winuser::LB_SELITEMRANGEEX;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:292:21
[INFO] [stdout]     |
[INFO] [stdout] 292 |         use winapi::um::winuser::{LB_ERR, LB_SELECTSTRING};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:308:21
[INFO] [stdout]     |
[INFO] [stdout] 308 |         use winapi::um::winuser::LB_GETSEL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:317:21
[INFO] [stdout]     |
[INFO] [stdout] 317 |         use winapi::um::winuser::{LB_ADDSTRING, LB_INITSTORAGE};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:341:21
[INFO] [stdout]     |
[INFO] [stdout] 341 |         use winapi::um::winuser::LB_ADDSTRING;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:367:21
[INFO] [stdout]     |
[INFO] [stdout] 367 |         use winapi::um::winuser::LB_GETCOUNT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:485:21
[INFO] [stdout]     |
[INFO] [stdout] 485 |         use winapi::um::winuser::{LBS_HASSTRINGS, LBS_NOTIFY, WS_BORDER, WS_CHILD, WS_VSCROLL};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_box.rs:492:21
[INFO] [stdout]     |
[INFO] [stdout] 492 |         use winapi::um::winuser::LB_RESETCONTENT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/date_picker.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::winuser::{WS_DISABLED, WS_TABSTOP, WS_VISIBLE};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:134:21
[INFO] [stdout]     |
[INFO] [stdout] 134 |         use winapi::shared::minwindef::LPARAM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:135:21
[INFO] [stdout]     |
[INFO] [stdout] 135 |         use winapi::um::commctrl::DTM_SETFORMATW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:157:21
[INFO] [stdout]     |
[INFO] [stdout] 157 |         use winapi::um::winuser::STATE_SYSTEM_CHECKED;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:171:21
[INFO] [stdout]     |
[INFO] [stdout] 171 |         use winapi::um::commctrl::DTM_CLOSEMONTHCAL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:183:21
[INFO] [stdout]     |
[INFO] [stdout] 183 |         use winapi::shared::minwindef::LPARAM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:184:21
[INFO] [stdout]     |
[INFO] [stdout] 184 |         use winapi::um::commctrl::{DTM_GETSYSTEMTIME, GDT_VALID};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:185:21
[INFO] [stdout]     |
[INFO] [stdout] 185 |         use winapi::um::minwinbase::SYSTEMTIME;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:208:21
[INFO] [stdout]     |
[INFO] [stdout] 208 |         use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:209:21
[INFO] [stdout]     |
[INFO] [stdout] 209 |         use winapi::um::commctrl::{DTM_SETSYSTEMTIME, GDT_NONE, GDT_VALID};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:210:21
[INFO] [stdout]     |
[INFO] [stdout] 210 |         use winapi::um::minwinbase::SYSTEMTIME;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:243:21
[INFO] [stdout]     |
[INFO] [stdout] 243 |         use winapi::shared::minwindef::LPARAM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:244:21
[INFO] [stdout]     |
[INFO] [stdout] 244 |         use winapi::um::commctrl::DTM_GETRANGE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:245:21
[INFO] [stdout]     |
[INFO] [stdout] 245 |         use winapi::um::minwinbase::SYSTEMTIME;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:274:21
[INFO] [stdout]     |
[INFO] [stdout] 274 |         use winapi::shared::minwindef::LPARAM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:275:21
[INFO] [stdout]     |
[INFO] [stdout] 275 |         use winapi::um::commctrl::DTM_SETRANGE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:276:21
[INFO] [stdout]     |
[INFO] [stdout] 276 |         use winapi::um::commctrl::{GDTR_MAX, GDTR_MIN};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:277:21
[INFO] [stdout]     |
[INFO] [stdout] 277 |         use winapi::um::minwinbase::SYSTEMTIME;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:406:21
[INFO] [stdout]     |
[INFO] [stdout] 406 |         use winapi::um::commctrl::DTS_SHOWNONE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:407:21
[INFO] [stdout]     |
[INFO] [stdout] 407 |         use winapi::um::winuser::WS_CHILD;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:529:13
[INFO] [stdout]     |
[INFO] [stdout] 529 | use winapi::shared::windef::HWND;
[INFO] [stdout]     |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:530:13
[INFO] [stdout]     |
[INFO] [stdout] 530 | use winapi::um::commctrl::DATETIMEPICKERINFO;
[INFO] [stdout]     |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:534:17
[INFO] [stdout]     |
[INFO] [stdout] 534 |     use winapi::shared::minwindef::{DWORD, LPARAM};
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/date_picker.rs:535:17
[INFO] [stdout]     |
[INFO] [stdout] 535 |     use winapi::um::commctrl::DTM_GETDATETIMEPICKERINFO;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/progress_bar.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::commctrl::{PBS_MARQUEE, PBS_SMOOTH, PBS_SMOOTHREVERSE, PBS_VERTICAL};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/progress_bar.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::winuser::{WS_DISABLED, WS_VISIBLE};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/progress_bar.rs:97:21
[INFO] [stdout]    |
[INFO] [stdout] 97 |         use winapi::um::commctrl::{PBM_GETSTATE, PBST_ERROR, PBST_NORMAL, PBST_PAUSED};
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:111:21
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use winapi::shared::minwindef::WPARAM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:112:21
[INFO] [stdout]     |
[INFO] [stdout] 112 |         use winapi::um::commctrl::{PBM_SETSTATE, PBST_ERROR, PBST_NORMAL, PBST_PAUSED};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:127:21
[INFO] [stdout]     |
[INFO] [stdout] 127 |         use winapi::um::commctrl::PBM_STEPIT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:135:21
[INFO] [stdout]     |
[INFO] [stdout] 135 |         use winapi::shared::minwindef::WPARAM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:136:21
[INFO] [stdout]     |
[INFO] [stdout] 136 |         use winapi::um::commctrl::PBM_DELTAPOS;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:144:21
[INFO] [stdout]     |
[INFO] [stdout] 144 |         use winapi::um::commctrl::PBM_GETSTEP;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:152:21
[INFO] [stdout]     |
[INFO] [stdout] 152 |         use winapi::shared::minwindef::WPARAM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |         use winapi::um::commctrl::PBM_SETSTEP;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:161:21
[INFO] [stdout]     |
[INFO] [stdout] 161 |         use winapi::um::commctrl::PBM_GETPOS;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:170:21
[INFO] [stdout]     |
[INFO] [stdout] 170 |         use winapi::shared::minwindef::WPARAM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:171:21
[INFO] [stdout]     |
[INFO] [stdout] 171 |         use winapi::um::commctrl::PBM_SETPOS;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:179:21
[INFO] [stdout]     |
[INFO] [stdout] 179 |         use winapi::um::commctrl::PBM_GETRANGE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:191:21
[INFO] [stdout]     |
[INFO] [stdout] 191 |         use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:192:21
[INFO] [stdout]     |
[INFO] [stdout] 192 |         use winapi::um::commctrl::PBM_SETRANGE32;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:205:21
[INFO] [stdout]     |
[INFO] [stdout] 205 |         use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:206:21
[INFO] [stdout]     |
[INFO] [stdout] 206 |         use winapi::um::commctrl::PBM_SETMARQUEE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:311:21
[INFO] [stdout]     |
[INFO] [stdout] 311 |         use winapi::um::winuser::WS_CHILD;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/tabs.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::minwindef::{BOOL, LPARAM, WPARAM};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/tabs.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::windef::HWND;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/tabs.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::winnt::LPWSTR;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/tabs.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::winuser::{EnumChildWindows, WS_DISABLED, WS_EX_CONTROLPARENT, WS_VISIBLE};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/tabs.rs:79:21
[INFO] [stdout]    |
[INFO] [stdout] 79 |         use winapi::um::commctrl::TCM_GETCURSEL;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/tabs.rs:87:21
[INFO] [stdout]    |
[INFO] [stdout] 87 |         use winapi::um::commctrl::TCM_SETCURSEL;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:103:21
[INFO] [stdout]     |
[INFO] [stdout] 103 |         use winapi::um::commctrl::TCM_GETITEMCOUNT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:116:21
[INFO] [stdout]     |
[INFO] [stdout] 116 |         use winapi::um::commctrl::TCM_SETIMAGELIST;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:135:21
[INFO] [stdout]     |
[INFO] [stdout] 135 |         use winapi::um::commctrl::TCM_GETIMAGELIST;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:246:21
[INFO] [stdout]     |
[INFO] [stdout] 246 |         use winapi::um::winuser::{WS_CHILD, WS_CLIPCHILDREN};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:259:21
[INFO] [stdout]     |
[INFO] [stdout] 259 |         use winapi::shared::minwindef::{HIWORD, LOWORD};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:260:21
[INFO] [stdout]     |
[INFO] [stdout] 260 |         use winapi::um::commctrl::{TCM_GETCURSEL, TCN_SELCHANGE};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:261:21
[INFO] [stdout]     |
[INFO] [stdout] 261 |         use winapi::um::winuser::SendMessageW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:262:21
[INFO] [stdout]     |
[INFO] [stdout] 262 |         use winapi::um::winuser::{NMHDR, WM_NOTIFY, WM_SIZE};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:302:41
[INFO] [stdout]     |
[INFO] [stdout] 302 | ...                   use winapi::shared::windef::{HGDIOBJ, RECT};
[INFO] [stdout]     |                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:303:41
[INFO] [stdout]     |
[INFO] [stdout] 303 | ...                   use winapi::um::wingdi::SelectObject;
[INFO] [stdout]     |                                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:304:41
[INFO] [stdout]     |
[INFO] [stdout] 304 | ...                   use winapi::um::winuser::{
[INFO] [stdout]     |                                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:504:21
[INFO] [stdout]     |
[INFO] [stdout] 504 |         use winapi::um::commctrl::{TCIF_TEXT, TCITEMW, TCM_SETITEMW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:505:21
[INFO] [stdout]     |
[INFO] [stdout] 505 |         use winapi::um::winuser::GWL_USERDATA;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:538:21
[INFO] [stdout]     |
[INFO] [stdout] 538 |         use winapi::um::commctrl::{TCIF_IMAGE, TCITEMW, TCM_SETITEMW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:539:21
[INFO] [stdout]     |
[INFO] [stdout] 539 |         use winapi::um::winuser::GWL_USERDATA;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:610:21
[INFO] [stdout]     |
[INFO] [stdout] 610 |         use winapi::um::winuser::{WS_CHILD, WS_CLIPCHILDREN};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:617:21
[INFO] [stdout]     |
[INFO] [stdout] 617 |         use winapi::um::winuser::GWL_USERDATA;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:652:21
[INFO] [stdout]     |
[INFO] [stdout] 652 |         use winapi::um::commctrl::{TCIF_TEXT, TCITEMW, TCM_INSERTITEMW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:719:21
[INFO] [stdout]     |
[INFO] [stdout] 719 |         use winapi::um::commctrl::WC_TABCONTROL;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:794:17
[INFO] [stdout]     |
[INFO] [stdout] 794 |     use winapi::um::winuser::GWL_USERDATA;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:809:17
[INFO] [stdout]     |
[INFO] [stdout] 809 |     use winapi::um::winuser::GWL_USERDATA;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/controls/treeview.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/treeview.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::commctrl::{HTREEITEM, TVIS_EXPANDED, TVIS_SELECTED, TVITEMW, TVS_SHOWSELALWAYS};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/treeview.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::um::winuser::{WS_DISABLED, WS_TABSTOP, WS_VISIBLE};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/treeview.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use winapi::um::commctrl::HIMAGELIST;
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:170:21
[INFO] [stdout]     |
[INFO] [stdout] 170 |         use winapi::um::commctrl::{TVM_SETIMAGELIST, TVSIL_NORMAL};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:182:21
[INFO] [stdout]     |
[INFO] [stdout] 182 |         use winapi::um::commctrl::{TVM_GETIMAGELIST, TVSIL_NORMAL};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:201:21
[INFO] [stdout]     |
[INFO] [stdout] 201 |         use winapi::um::commctrl::{TVIF_IMAGE, TVIF_SELECTEDIMAGE, TVM_SETITEMW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:234:21
[INFO] [stdout]     |
[INFO] [stdout] 234 |         use winapi::um::commctrl::{TVIF_IMAGE, TVIF_SELECTEDIMAGE, TVM_GETITEMW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:257:21
[INFO] [stdout]     |
[INFO] [stdout] 257 |         use winapi::um::commctrl::TVM_SETTEXTCOLOR;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:258:21
[INFO] [stdout]     |
[INFO] [stdout] 258 |         use winapi::um::wingdi::RGB;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:270:21
[INFO] [stdout]     |
[INFO] [stdout] 270 |         use winapi::um::commctrl::TVM_GETTEXTCOLOR;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:271:21
[INFO] [stdout]     |
[INFO] [stdout] 271 |         use winapi::um::wingdi::{GetBValue, GetGValue, GetRValue};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:282:21
[INFO] [stdout]     |
[INFO] [stdout] 282 |         use winapi::um::commctrl::TVM_GETINDENT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:290:21
[INFO] [stdout]     |
[INFO] [stdout] 290 |         use winapi::um::commctrl::TVM_SETINDENT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:299:21
[INFO] [stdout]     |
[INFO] [stdout] 299 |         use winapi::um::commctrl::TVGN_ROOT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:306:21
[INFO] [stdout]     |
[INFO] [stdout] 306 |         use winapi::um::commctrl::TVGN_CHILD;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:312:21
[INFO] [stdout]     |
[INFO] [stdout] 312 |         use winapi::um::commctrl::TVGN_NEXT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:318:21
[INFO] [stdout]     |
[INFO] [stdout] 318 |         use winapi::um::commctrl::TVGN_PREVIOUS;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:324:21
[INFO] [stdout]     |
[INFO] [stdout] 324 |         use winapi::um::commctrl::TVGN_PARENT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:331:21
[INFO] [stdout]     |
[INFO] [stdout] 331 |         use winapi::um::commctrl::{TVGN_NEXTSELECTED, TVM_GETNEXTITEM};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:348:21
[INFO] [stdout]     |
[INFO] [stdout] 348 |         use winapi::um::commctrl::{TVGN_NEXTSELECTED, TVM_GETNEXTITEM};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:367:21
[INFO] [stdout]     |
[INFO] [stdout] 367 |         use winapi::um::commctrl::{TVGN_NEXTSELECTED, TVM_GETNEXTITEM};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:389:21
[INFO] [stdout]     |
[INFO] [stdout] 389 |         use winapi::um::commctrl::TVINSERTSTRUCTW_u;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:390:21
[INFO] [stdout]     |
[INFO] [stdout] 390 |         use winapi::um::commctrl::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:393:21
[INFO] [stdout]     |
[INFO] [stdout] 393 |         use winapi::um::winnt::LPWSTR;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:437:21
[INFO] [stdout]     |
[INFO] [stdout] 437 |         use winapi::um::commctrl::TVINSERTSTRUCTW_u;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:438:21
[INFO] [stdout]     |
[INFO] [stdout] 438 |         use winapi::um::commctrl::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:442:21
[INFO] [stdout]     |
[INFO] [stdout] 442 |         use winapi::um::winnt::LPWSTR;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:481:21
[INFO] [stdout]     |
[INFO] [stdout] 481 |         use winapi::um::commctrl::TVM_DELETEITEM;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:489:21
[INFO] [stdout]     |
[INFO] [stdout] 489 |         use winapi::um::commctrl::{TVIF_STATE, TVM_SETITEMW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:508:21
[INFO] [stdout]     |
[INFO] [stdout] 508 |         use winapi::um::commctrl::{TVIF_STATE, TVM_SETITEMW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:542:21
[INFO] [stdout]     |
[INFO] [stdout] 542 |         use winapi::um::commctrl::{TVIF_HANDLE, TVIF_TEXT, TVM_GETITEMW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:568:21
[INFO] [stdout]     |
[INFO] [stdout] 568 |         use winapi::um::commctrl::{TVIF_TEXT, TVM_SETITEMW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:569:21
[INFO] [stdout]     |
[INFO] [stdout] 569 |         use winapi::um::winnt::LPWSTR;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:584:21
[INFO] [stdout]     |
[INFO] [stdout] 584 |         use winapi::um::commctrl::{TVIF_HANDLE, TVIF_PARAM, TVM_GETITEMW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:602:21
[INFO] [stdout]     |
[INFO] [stdout] 602 |         use winapi::um::commctrl::{TVIF_CHILDREN, TVIF_HANDLE, TVM_GETITEMW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:620:21
[INFO] [stdout]     |
[INFO] [stdout] 620 |         use winapi::um::commctrl::{TVIF_HANDLE, TVIF_STATE, TVM_GETITEMW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:639:21
[INFO] [stdout]     |
[INFO] [stdout] 639 |         use winapi::um::commctrl::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:658:21
[INFO] [stdout]     |
[INFO] [stdout] 658 |         use winapi::um::commctrl::TVM_ENSUREVISIBLE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:666:21
[INFO] [stdout]     |
[INFO] [stdout] 666 |         use winapi::um::commctrl::{TVI_ROOT, TVM_DELETEITEM};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:674:21
[INFO] [stdout]     |
[INFO] [stdout] 674 |         use winapi::um::commctrl::TVM_GETCOUNT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:682:21
[INFO] [stdout]     |
[INFO] [stdout] 682 |         use winapi::um::commctrl::TVM_GETVISIBLECOUNT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:694:21
[INFO] [stdout]     |
[INFO] [stdout] 694 |         use winapi::um::winuser::InvalidateRect;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:792:21
[INFO] [stdout]     |
[INFO] [stdout] 792 |         use winapi::um::commctrl::{TVS_EDITLABELS, TVS_HASBUTTONS, TVS_HASLINES, TVS_LINESATROOT};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:805:21
[INFO] [stdout]     |
[INFO] [stdout] 805 |         use winapi::um::commctrl::TVS_NOTOOLTIPS;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:806:21
[INFO] [stdout]     |
[INFO] [stdout] 806 |         use winapi::um::winuser::{WS_BORDER, WS_CHILD};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:815:21
[INFO] [stdout]     |
[INFO] [stdout] 815 |         use winapi::shared::windef::HWND;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:816:21
[INFO] [stdout]     |
[INFO] [stdout] 816 |         use winapi::um::commctrl::TVM_EDITLABELW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:837:21
[INFO] [stdout]     |
[INFO] [stdout] 837 |         use winapi::um::commctrl::TVM_ENDEDITLABELNOW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:959:17
[INFO] [stdout]     |
[INFO] [stdout] 959 |     use winapi::um::commctrl::TVM_GETNEXTITEM;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/treeview_iterator.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::windef::HWND;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/treeview_iterator.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::commctrl::{HTREEITEM, TVGN_CHILD, TVGN_NEXT, TVGN_PARENT, TVGN_ROOT};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/treeview_iterator.rs:103:17
[INFO] [stdout]     |
[INFO] [stdout] 103 |     use winapi::shared::minwindef::{LPARAM, WPARAM};
[INFO] [stdout]     |                 ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview_iterator.rs:104:17
[INFO] [stdout]     |
[INFO] [stdout] 104 |     use winapi::um::commctrl::TVM_GETNEXTITEM;
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/tray_notification.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::shellapi::{
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/tray_notification.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::shellapi::{NOTIFYICONDATAW, Shell_NotifyIconW};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tray_notification.rs:109:21
[INFO] [stdout]     |
[INFO] [stdout] 109 |         use winapi::um::shellapi::{NIF_STATE, NIM_MODIFY, NIS_HIDDEN};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tray_notification.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |         use winapi::um::shellapi::{NIF_SHOWTIP, NIF_TIP, NIM_MODIFY};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tray_notification.rs:152:21
[INFO] [stdout]     |
[INFO] [stdout] 152 |         use winapi::um::shellapi::NIM_SETFOCUS;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/tray_notification.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 |         use winapi::shared::windef::HICON;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tray_notification.rs:168:21
[INFO] [stdout]     |
[INFO] [stdout] 168 |         use winapi::um::shellapi::{NIF_ICON, NIM_MODIFY};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/tray_notification.rs:201:21
[INFO] [stdout]     |
[INFO] [stdout] 201 |         use winapi::shared::windef::HICON;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tray_notification.rs:202:21
[INFO] [stdout]     |
[INFO] [stdout] 202 |         use winapi::um::shellapi::{NIF_INFO, NIM_MODIFY};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tray_notification.rs:271:21
[INFO] [stdout]     |
[INFO] [stdout] 271 |         use winapi::um::shellapi::NIM_DELETE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/tray_notification.rs:358:21
[INFO] [stdout]     |
[INFO] [stdout] 358 |         use winapi::shared::windef::HICON;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tray_notification.rs:359:21
[INFO] [stdout]     |
[INFO] [stdout] 359 |         use winapi::um::shellapi::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tray_notification.rs:363:21
[INFO] [stdout]     |
[INFO] [stdout] 363 |         use winapi::um::winnt::WCHAR;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/controls/list_view.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::windef::{HBITMAP, HBRUSH};
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/list_view.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::commctrl::{
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/list_view.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winapi::um::winuser::{WS_DISABLED, WS_TABSTOP, WS_VISIBLE};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:155:21
[INFO] [stdout]     |
[INFO] [stdout] 155 |         use winapi::um::commctrl::{LVSIL_GROUPHEADER, LVSIL_NORMAL, LVSIL_SMALL, LVSIL_STATE};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:305:21
[INFO] [stdout]     |
[INFO] [stdout] 305 |         use winapi::um::commctrl::LVM_SETIMAGELIST;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:324:21
[INFO] [stdout]     |
[INFO] [stdout] 324 |         use winapi::um::commctrl::LVM_GETIMAGELIST;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:339:21
[INFO] [stdout]     |
[INFO] [stdout] 339 |         use winapi::um::commctrl::LVM_SETTEXTCOLOR;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:340:21
[INFO] [stdout]     |
[INFO] [stdout] 340 |         use winapi::um::wingdi::RGB;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:353:21
[INFO] [stdout]     |
[INFO] [stdout] 353 |         use winapi::um::commctrl::LVM_GETTEXTCOLOR;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:354:21
[INFO] [stdout]     |
[INFO] [stdout] 354 |         use winapi::um::wingdi::{GetBValue, GetGValue, GetRValue};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:364:21
[INFO] [stdout]     |
[INFO] [stdout] 364 |         use winapi::um::commctrl::LVM_SETBKCOLOR;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:365:21
[INFO] [stdout]     |
[INFO] [stdout] 365 |         use winapi::um::wingdi::RGB;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:378:21
[INFO] [stdout]     |
[INFO] [stdout] 378 |         use winapi::um::commctrl::LVM_GETBKCOLOR;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:379:21
[INFO] [stdout]     |
[INFO] [stdout] 379 |         use winapi::um::wingdi::{GetBValue, GetGValue, GetRValue};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:389:21
[INFO] [stdout]     |
[INFO] [stdout] 389 |         use winapi::um::commctrl::LVM_GETSELECTEDCOLUMN;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:397:21
[INFO] [stdout]     |
[INFO] [stdout] 397 |         use winapi::um::commctrl::LVM_SETSELECTEDCOLUMN;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:405:21
[INFO] [stdout]     |
[INFO] [stdout] 405 |         use winapi::um::commctrl::LVM_GETSELECTEDCOUNT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:413:21
[INFO] [stdout]     |
[INFO] [stdout] 413 |         use winapi::um::commctrl::LVM_INSERTCOLUMNW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:456:21
[INFO] [stdout]     |
[INFO] [stdout] 456 |         use winapi::um::commctrl::LVM_GETCOLUMNW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:473:21
[INFO] [stdout]     |
[INFO] [stdout] 473 |         use winapi::um::commctrl::LVM_GETCOLUMNW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:505:21
[INFO] [stdout]     |
[INFO] [stdout] 505 |         use winapi::um::commctrl::LVM_SETCOLUMNW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:552:21
[INFO] [stdout]     |
[INFO] [stdout] 552 |         use winapi::um::commctrl::LVM_DELETECOLUMN;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:630:21
[INFO] [stdout]     |
[INFO] [stdout] 630 |         use winapi::um::commctrl::LVM_SETCOLUMNWIDTH;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:638:21
[INFO] [stdout]     |
[INFO] [stdout] 638 |         use winapi::um::commctrl::LVM_GETCOLUMNWIDTH;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:646:21
[INFO] [stdout]     |
[INFO] [stdout] 646 |         use winapi::um::commctrl::{LVIF_STATE, LVIS_SELECTED, LVM_SETITEMW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:669:21
[INFO] [stdout]     |
[INFO] [stdout] 669 |         use winapi::um::commctrl::{LVITEMINDEX, LVM_GETNEXTITEMINDEX, LVNI_SELECTED};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:694:21
[INFO] [stdout]     |
[INFO] [stdout] 694 |         use winapi::um::commctrl::{LVITEMINDEX, LVM_GETNEXTITEMINDEX, LVNI_SELECTED};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:719:21
[INFO] [stdout]     |
[INFO] [stdout] 719 |         use winapi::um::commctrl::{LVM_INSERTITEMW, LVM_SETITEMW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:759:21
[INFO] [stdout]     |
[INFO] [stdout] 759 |         use winapi::um::commctrl::LVM_ISITEMVISIBLE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:767:21
[INFO] [stdout]     |
[INFO] [stdout] 767 |         use winapi::um::commctrl::LVM_GETITEMW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:786:21
[INFO] [stdout]     |
[INFO] [stdout] 786 |         use winapi::um::commctrl::{LVIF_STATE, LVIS_SELECTED, LVM_GETITEMW};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:820:21
[INFO] [stdout]     |
[INFO] [stdout] 820 |         use winapi::um::commctrl::LVM_SETITEMW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:857:21
[INFO] [stdout]     |
[INFO] [stdout] 857 |         use winapi::um::commctrl::LVM_DELETEITEM;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:910:21
[INFO] [stdout]     |
[INFO] [stdout] 910 |         use winapi::um::commctrl::LVM_GETITEMCOUNT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:917:21
[INFO] [stdout]     |
[INFO] [stdout] 917 |         use winapi::um::commctrl::LVM_GETCOLUMNWIDTH;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:932:21
[INFO] [stdout]     |
[INFO] [stdout] 932 |         use winapi::um::commctrl::LVM_SETITEMCOUNT;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:941:21
[INFO] [stdout]     |
[INFO] [stdout] 941 |         use winapi::um::winuser::WM_SETREDRAW;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:951:21
[INFO] [stdout]     |
[INFO] [stdout] 951 |         use winapi::shared::minwindef::MAKELONG;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:952:21
[INFO] [stdout]     |
[INFO] [stdout] 952 |         use winapi::um::commctrl::LVM_SETICONSPACING;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:965:21
[INFO] [stdout]     |
[INFO] [stdout] 965 |         use winapi::um::winuser::InvalidateRect;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/list_view.rs:974:21
[INFO] [stdout]     |
[INFO] [stdout] 974 |         use winapi::um::commctrl::LVM_DELETEALLITEMS;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/controls/list_view.rs:1054:21
[INFO] [stdout]      |
[INFO] [stdout] 1054 |         use winapi::um::winuser::{WS_BORDER, WS_CHILD};
[INFO] [stdout]      |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/controls/list_view.rs:1061:21
[INFO] [stdout]      |
[INFO] [stdout] 1061 |         use winapi::um::wingdi::{CreateSolidBrush, RGB};
[INFO] [stdout]      |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/controls/list_view.rs:1073:25
[INFO] [stdout]      |
[INFO] [stdout] 1073 |             use winapi::um::wingdi::{
[INFO] [stdout]      |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/controls/list_view.rs:1077:25
[INFO] [stdout]      |
[INFO] [stdout] 1077 |             use winapi::um::winuser::{
[INFO] [stdout]      |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/controls/list_view.rs:1081:25
[INFO] [stdout]      |
[INFO] [stdout] 1081 |             use winapi::um::winuser::{PAINTSTRUCT, WM_ERASEBKGND, WM_PAINT, WM_PRINTCLIENT};
[INFO] [stdout]      |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/controls/list_view.rs:1161:21
[INFO] [stdout]      |
[INFO] [stdout] 1161 |         use winapi::um::wingdi::DeleteObject;
[INFO] [stdout]      |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/controls/list_view.rs:1389:17
[INFO] [stdout]      |
[INFO] [stdout] 1389 |     use winapi::um::commctrl::LVIS_SELECTED;
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/number_select.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::winuser::{WS_DISABLED, WS_EX_CONTROLPARENT, WS_TABSTOP, WS_VISIBLE};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/number_select.rs:266:21
[INFO] [stdout]     |
[INFO] [stdout] 266 |         use winapi::um::winuser::{WS_BORDER, WS_CHILD, WS_CLIPCHILDREN};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/number_select.rs:560:25
[INFO] [stdout]     |
[INFO] [stdout] 560 |             use winapi::shared::minwindef::HIWORD;
[INFO] [stdout]     |                         ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/number_select.rs:561:25
[INFO] [stdout]     |
[INFO] [stdout] 561 |             use winapi::shared::windef::HWND;
[INFO] [stdout]     |                         ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/number_select.rs:562:25
[INFO] [stdout]     |
[INFO] [stdout] 562 |             use winapi::um::winuser::{BN_CLICKED, WM_COMMAND};
[INFO] [stdout]     |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/extern_canvas.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::um::winuser::{
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/extern_canvas.rs:108:21
[INFO] [stdout]     |
[INFO] [stdout] 108 |         use winapi::um::winuser::InvalidateRect;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/extern_canvas.rs:118:21
[INFO] [stdout]     |
[INFO] [stdout] 118 |         use winapi::um::winnt::HANDLE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/extern_canvas.rs:119:21
[INFO] [stdout]     |
[INFO] [stdout] 119 |         use winapi::um::winuser::WM_GETICON;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/extern_canvas.rs:138:21
[INFO] [stdout]     |
[INFO] [stdout] 138 |         use winapi::shared::minwindef::LPARAM;
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/extern_canvas.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 |         use winapi::um::winuser::WM_SETICON;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/extern_canvas.rs:320:21
[INFO] [stdout]     |
[INFO] [stdout] 320 |         use winapi::um::winuser::WS_CHILD;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/frame.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::winuser::{
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/scroll_bar.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::winuser::{SBS_HORZ, SBS_VERT, WS_CHILD, WS_DISABLED, WS_TABSTOP, WS_VISIBLE};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/controls/scroll_bar.rs:92:21
[INFO] [stdout]    |
[INFO] [stdout] 92 |         use winapi::um::winuser::SBM_GETPOS;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/scroll_bar.rs:100:21
[INFO] [stdout]     |
[INFO] [stdout] 100 |         use winapi::um::winuser::SBM_SETPOS;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/scroll_bar.rs:108:21
[INFO] [stdout]     |
[INFO] [stdout] 108 |         use winapi::um::winuser::SBM_GETRANGE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/scroll_bar.rs:127:21
[INFO] [stdout]     |
[INFO] [stdout] 127 |         use winapi::um::winuser::SBM_SETRANGE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/controls/scroll_bar.rs:213:21
[INFO] [stdout]     |
[INFO] [stdout] 213 |         use winapi::shared::{
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/scroll_bar.rs:217:21
[INFO] [stdout]     |
[INFO] [stdout] 217 |         use winapi::um::winuser::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/controls/plotters.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::winuser::{WS_CHILD, WS_CLIPCHILDREN, WS_CLIPSIBLINGS, WS_VISIBLE};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/layouts/grid_layout.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::windef::HWND;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/layouts/grid_layout.rs:625:21
[INFO] [stdout]     |
[INFO] [stdout] 625 |         use winapi::shared::minwindef::{HIWORD, LOWORD};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/layouts/grid_layout.rs:626:21
[INFO] [stdout]     |
[INFO] [stdout] 626 |         use winapi::um::winuser::WM_SIZE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/layouts/flexbox_layout.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::shared::windef::HWND;
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/layouts/flexbox_layout.rs:634:21
[INFO] [stdout]     |
[INFO] [stdout] 634 |         use winapi::shared::minwindef::{HIWORD, LOWORD};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/layouts/flexbox_layout.rs:635:21
[INFO] [stdout]     |
[INFO] [stdout] 635 |         use winapi::um::winuser::WM_SIZE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]  --> src/layouts/dyn_layout.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::windef::HWND;
[INFO] [stdout]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]    --> src/controls/menu.rs:145:21
[INFO] [stdout]     |
[INFO] [stdout] 145 |         use winapi::ctypes::c_int;
[INFO] [stdout]     |                     ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/layouts/dyn_layout.rs:240:21
[INFO] [stdout]     |
[INFO] [stdout] 240 |         use winapi::um::winuser::{BeginDeferWindowPos, DeferWindowPos, EndDeferWindowPos};
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/layouts/dyn_layout.rs:241:21
[INFO] [stdout]     |
[INFO] [stdout] 241 |         use winapi::um::winuser::{
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/layouts/dyn_layout.rs:357:21
[INFO] [stdout]     |
[INFO] [stdout] 357 |         use winapi::shared::minwindef::{HIWORD, LOWORD};
[INFO] [stdout]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/layouts/dyn_layout.rs:358:21
[INFO] [stdout]     |
[INFO] [stdout] 358 |         use winapi::um::winuser::WM_SIZE;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/winnls/locale.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::winnls::{
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/winnls/locale.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::winnt::{LOCALE_NAME_MAX_LENGTH, LPWSTR};
[INFO] [stdout]   |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/winnls/locale.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |         use winapi::shared::minwindef::{BOOL, DWORD, LPARAM};
[INFO] [stdout]    |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/winnls/locale.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         use winapi::um::winnls::EnumSystemLocalesEx;
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/winnls/locale.rs:465:21
[INFO] [stdout]     |
[INFO] [stdout] 465 |         use winapi::um::winnls::IsValidLocaleName;
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stdout]    --> src/layouts/dyn_layout.rs:239:21
[INFO] [stdout]     |
[INFO] [stdout] 239 |         use winapi::ctypes::c_int;
[INFO] [stdout]     |                     ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/resources_helper.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |         winapi::um::winuser::DestroyIcon(icon as _);
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/resources_helper.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 41 |         winapi::um::winuser::DestroyCursor(cursor as _);
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/resources_helper.rs:47:17
[INFO] [stdout]    |
[INFO] [stdout] 47 |         winapi::um::wingdi::DeleteObject(obj as _);
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ctypes` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:425:58
[INFO] [stdout]     |
[INFO] [stdout] 425 |             &mut high_contrast as *mut _ as *mut winapi::ctypes::c_void,
[INFO] [stdout]     |                                                          ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window.rs:449:17
[INFO] [stdout]     |
[INFO] [stdout] 449 |         winapi::um::dwmapi::DwmSetWindowAttribute(
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `WM_KEYUP` is not bound in all patterns
[INFO] [stdout]    --> src/win32/window.rs:726:9
[INFO] [stdout]     |
[INFO] [stdout] 726 |         WM_KEYDOWN | WM_KEYUP | WM_SYSKEYDOWN | WM_SYSKEYUP => {
[INFO] [stdout]     |         ^^^^^^^^^^   --------   ^^^^^^^^^^^^^   ^^^^^^^^^^^ pattern doesn't bind `WM_KEYUP`
[INFO] [stdout]     |         |            |          |
[INFO] [stdout]     |         |            |          pattern doesn't bind `WM_KEYUP`
[INFO] [stdout]     |         |            variable not in all patterns
[INFO] [stdout]     |         pattern doesn't bind `WM_KEYUP`
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::WM_KEYUP`
[INFO] [stdout]    --> src/win32/window.rs:726:22
[INFO] [stdout]     |
[INFO] [stdout] 726 |         WM_KEYDOWN | WM_KEYUP | WM_SYSKEYDOWN | WM_SYSKEYUP => {
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `WM_SYSKEYDOWN` is not bound in all patterns
[INFO] [stdout]    --> src/win32/window.rs:726:9
[INFO] [stdout]     |
[INFO] [stdout] 726 |         WM_KEYDOWN | WM_KEYUP | WM_SYSKEYDOWN | WM_SYSKEYUP => {
[INFO] [stdout]     |         ^^^^^^^^^^   ^^^^^^^^   -------------   ^^^^^^^^^^^ pattern doesn't bind `WM_SYSKEYDOWN`
[INFO] [stdout]     |         |            |          |
[INFO] [stdout]     |         |            |          variable not in all patterns
[INFO] [stdout]     |         |            pattern doesn't bind `WM_SYSKEYDOWN`
[INFO] [stdout]     |         pattern doesn't bind `WM_SYSKEYDOWN`
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::WM_SYSKEYDOWN`
[INFO] [stdout]    --> src/win32/window.rs:726:33
[INFO] [stdout]     |
[INFO] [stdout] 726 |         WM_KEYDOWN | WM_KEYUP | WM_SYSKEYDOWN | WM_SYSKEYUP => {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `WM_SYSKEYUP` is not bound in all patterns
[INFO] [stdout]    --> src/win32/window.rs:726:9
[INFO] [stdout]     |
[INFO] [stdout] 726 |         WM_KEYDOWN | WM_KEYUP | WM_SYSKEYDOWN | WM_SYSKEYUP => {
[INFO] [stdout]     |         ^^^^^^^^^^   ^^^^^^^^   ^^^^^^^^^^^^^   ----------- variable not in all patterns
[INFO] [stdout]     |         |            |          |
[INFO] [stdout]     |         |            |          pattern doesn't bind `WM_SYSKEYUP`
[INFO] [stdout]     |         |            pattern doesn't bind `WM_SYSKEYUP`
[INFO] [stdout]     |         pattern doesn't bind `WM_SYSKEYUP`
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::WM_SYSKEYUP`
[INFO] [stdout]    --> src/win32/window.rs:726:49
[INFO] [stdout]     |
[INFO] [stdout] 726 |         WM_KEYDOWN | WM_KEYUP | WM_SYSKEYDOWN | WM_SYSKEYUP => {
[INFO] [stdout]     |                                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `WM_KEYDOWN` is not bound in all patterns
[INFO] [stdout]    --> src/win32/window.rs:726:22
[INFO] [stdout]     |
[INFO] [stdout] 726 |         WM_KEYDOWN | WM_KEYUP | WM_SYSKEYDOWN | WM_SYSKEYUP => {
[INFO] [stdout]     |         ----------   ^^^^^^^^   ^^^^^^^^^^^^^   ^^^^^^^^^^^ pattern doesn't bind `WM_KEYDOWN`
[INFO] [stdout]     |         |            |          |
[INFO] [stdout]     |         |            |          pattern doesn't bind `WM_KEYDOWN`
[INFO] [stdout]     |         |            pattern doesn't bind `WM_KEYDOWN`
[INFO] [stdout]     |         variable not in all patterns
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::WM_KEYDOWN`
[INFO] [stdout]    --> src/win32/window.rs:726:9
[INFO] [stdout]     |
[INFO] [stdout] 726 |         WM_KEYDOWN | WM_KEYUP | WM_SYSKEYDOWN | WM_SYSKEYUP => {
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `IDCANCEL` is not bound in all patterns
[INFO] [stdout]    --> src/win32/window.rs:830:21
[INFO] [stdout]     |
[INFO] [stdout] 830 |                     IDOK | IDCANCEL => callback(no_class_name_commands(w), NO_DATA, base_handle),
[INFO] [stdout]     |                     ^^^^   -------- variable not in all patterns
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     pattern doesn't bind `IDCANCEL`
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::IDCANCEL`
[INFO] [stdout]    --> src/win32/window.rs:830:28
[INFO] [stdout]     |
[INFO] [stdout] 830 |                     IDOK | IDCANCEL => callback(no_class_name_commands(w), NO_DATA, base_handle),
[INFO] [stdout]     |                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `IDOK` is not bound in all patterns
[INFO] [stdout]    --> src/win32/window.rs:830:28
[INFO] [stdout]     |
[INFO] [stdout] 830 |                     IDOK | IDCANCEL => callback(no_class_name_commands(w), NO_DATA, base_handle),
[INFO] [stdout]     |                     ----   ^^^^^^^^ pattern doesn't bind `IDOK`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     variable not in all patterns
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::IDOK`
[INFO] [stdout]    --> src/win32/window.rs:830:21
[INFO] [stdout]     |
[INFO] [stdout] 830 |                     IDOK | IDCANCEL => callback(no_class_name_commands(w), NO_DATA, base_handle),
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1010:36
[INFO] [stdout]      |
[INFO] [stdout] 1010 |         None => unsafe { ::winapi::um::commctrl::DefSubclassProc(hwnd, msg, w, l) },
[INFO] [stdout]      |                                    ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `LVN_INSERTITEM` is not bound in all patterns
[INFO] [stdout]     --> src/win32/window.rs:1221:9
[INFO] [stdout]      |
[INFO] [stdout] 1221 |         LVN_DELETEITEM | LVN_INSERTITEM | LVN_COLUMNCLICK => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^   --------------   ^^^^^^^^^^^^^^^ pattern doesn't bind `LVN_INSERTITEM`
[INFO] [stdout]      |         |                |
[INFO] [stdout]      |         |                variable not in all patterns
[INFO] [stdout]      |         pattern doesn't bind `LVN_INSERTITEM`
[INFO] [stdout]      |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::LVN_INSERTITEM`
[INFO] [stdout]     --> src/win32/window.rs:1221:26
[INFO] [stdout]      |
[INFO] [stdout] 1221 |         LVN_DELETEITEM | LVN_INSERTITEM | LVN_COLUMNCLICK => {
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `LVN_COLUMNCLICK` is not bound in all patterns
[INFO] [stdout]     --> src/win32/window.rs:1221:9
[INFO] [stdout]      |
[INFO] [stdout] 1221 |         LVN_DELETEITEM | LVN_INSERTITEM | LVN_COLUMNCLICK => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^   ^^^^^^^^^^^^^^   --------------- variable not in all patterns
[INFO] [stdout]      |         |                |
[INFO] [stdout]      |         |                pattern doesn't bind `LVN_COLUMNCLICK`
[INFO] [stdout]      |         pattern doesn't bind `LVN_COLUMNCLICK`
[INFO] [stdout]      |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::LVN_COLUMNCLICK`
[INFO] [stdout]     --> src/win32/window.rs:1221:43
[INFO] [stdout]      |
[INFO] [stdout] 1221 |         LVN_DELETEITEM | LVN_INSERTITEM | LVN_COLUMNCLICK => {
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `LVN_DELETEITEM` is not bound in all patterns
[INFO] [stdout]     --> src/win32/window.rs:1221:26
[INFO] [stdout]      |
[INFO] [stdout] 1221 |         LVN_DELETEITEM | LVN_INSERTITEM | LVN_COLUMNCLICK => {
[INFO] [stdout]      |         --------------   ^^^^^^^^^^^^^^   ^^^^^^^^^^^^^^^ pattern doesn't bind `LVN_DELETEITEM`
[INFO] [stdout]      |         |                |
[INFO] [stdout]      |         |                pattern doesn't bind `LVN_DELETEITEM`
[INFO] [stdout]      |         variable not in all patterns
[INFO] [stdout]      |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::LVN_DELETEITEM`
[INFO] [stdout]     --> src/win32/window.rs:1221:9
[INFO] [stdout]      |
[INFO] [stdout] 1221 |         LVN_DELETEITEM | LVN_INSERTITEM | LVN_COLUMNCLICK => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `NM_CLICK` is not bound in all patterns
[INFO] [stdout]     --> src/win32/window.rs:1228:9
[INFO] [stdout]      |
[INFO] [stdout] 1228 |         LVN_ITEMACTIVATE | NM_CLICK | NM_DBLCLK | NM_RCLICK => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^   --------   ^^^^^^^^^   ^^^^^^^^^ pattern doesn't bind `NM_CLICK`
[INFO] [stdout]      |         |                  |          |
[INFO] [stdout]      |         |                  |          pattern doesn't bind `NM_CLICK`
[INFO] [stdout]      |         |                  variable not in all patterns
[INFO] [stdout]      |         pattern doesn't bind `NM_CLICK`
[INFO] [stdout]      |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::NM_CLICK`
[INFO] [stdout]     --> src/win32/window.rs:1228:28
[INFO] [stdout]      |
[INFO] [stdout] 1228 |         LVN_ITEMACTIVATE | NM_CLICK | NM_DBLCLK | NM_RCLICK => {
[INFO] [stdout]      |                            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `NM_DBLCLK` is not bound in all patterns
[INFO] [stdout]     --> src/win32/window.rs:1228:9
[INFO] [stdout]      |
[INFO] [stdout] 1228 |         LVN_ITEMACTIVATE | NM_CLICK | NM_DBLCLK | NM_RCLICK => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^   ^^^^^^^^   ---------   ^^^^^^^^^ pattern doesn't bind `NM_DBLCLK`
[INFO] [stdout]      |         |                  |          |
[INFO] [stdout]      |         |                  |          variable not in all patterns
[INFO] [stdout]      |         |                  pattern doesn't bind `NM_DBLCLK`
[INFO] [stdout]      |         pattern doesn't bind `NM_DBLCLK`
[INFO] [stdout]      |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::NM_DBLCLK`
[INFO] [stdout]     --> src/win32/window.rs:1228:39
[INFO] [stdout]      |
[INFO] [stdout] 1228 |         LVN_ITEMACTIVATE | NM_CLICK | NM_DBLCLK | NM_RCLICK => {
[INFO] [stdout]      |                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `NM_RCLICK` is not bound in all patterns
[INFO] [stdout]     --> src/win32/window.rs:1228:9
[INFO] [stdout]      |
[INFO] [stdout] 1228 |         LVN_ITEMACTIVATE | NM_CLICK | NM_DBLCLK | NM_RCLICK => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^   ^^^^^^^^   ^^^^^^^^^   --------- variable not in all patterns
[INFO] [stdout]      |         |                  |          |
[INFO] [stdout]      |         |                  |          pattern doesn't bind `NM_RCLICK`
[INFO] [stdout]      |         |                  pattern doesn't bind `NM_RCLICK`
[INFO] [stdout]      |         pattern doesn't bind `NM_RCLICK`
[INFO] [stdout]      |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::NM_RCLICK`
[INFO] [stdout]     --> src/win32/window.rs:1228:51
[INFO] [stdout]      |
[INFO] [stdout] 1228 |         LVN_ITEMACTIVATE | NM_CLICK | NM_DBLCLK | NM_RCLICK => {
[INFO] [stdout]      |                                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `LVN_ITEMACTIVATE` is not bound in all patterns
[INFO] [stdout]     --> src/win32/window.rs:1228:28
[INFO] [stdout]      |
[INFO] [stdout] 1228 |         LVN_ITEMACTIVATE | NM_CLICK | NM_DBLCLK | NM_RCLICK => {
[INFO] [stdout]      |         ----------------   ^^^^^^^^   ^^^^^^^^^   ^^^^^^^^^ pattern doesn't bind `LVN_ITEMACTIVATE`
[INFO] [stdout]      |         |                  |          |
[INFO] [stdout]      |         |                  |          pattern doesn't bind `LVN_ITEMACTIVATE`
[INFO] [stdout]      |         |                  pattern doesn't bind `LVN_ITEMACTIVATE`
[INFO] [stdout]      |         variable not in all patterns
[INFO] [stdout]      |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::LVN_ITEMACTIVATE`
[INFO] [stdout]     --> src/win32/window.rs:1228:9
[INFO] [stdout]      |
[INFO] [stdout] 1228 |         LVN_ITEMACTIVATE | NM_CLICK | NM_DBLCLK | NM_RCLICK => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1316:17
[INFO] [stdout]      |
[INFO] [stdout] 1316 |         winapi::um::commctrl::WC_TREEVIEW => {
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/win32/window.rs:1319:17
[INFO] [stdout]      |
[INFO] [stdout] 1319 |         winapi::um::commctrl::WC_LISTVIEW => callback(
[INFO] [stdout]      |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:251:24
[INFO] [stdout]     |
[INFO] [stdout] 251 |     unsafe { ::winapi::um::winuser::SendMessageW(hwnd, msg, w, l) }
[INFO] [stdout]     |                        ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:255:24
[INFO] [stdout]     |
[INFO] [stdout] 255 |     unsafe { ::winapi::um::winuser::PostMessageW(hwnd, msg, w, l) };
[INFO] [stdout]     |                        ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:259:24
[INFO] [stdout]     |
[INFO] [stdout] 259 |     unsafe { ::winapi::um::winuser::SetFocus(handle) };
[INFO] [stdout]     |                        ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:263:24
[INFO] [stdout]     |
[INFO] [stdout] 263 |     unsafe { ::winapi::um::winuser::GetFocus() == handle }
[INFO] [stdout]     |                        ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:481:24
[INFO] [stdout]     |
[INFO] [stdout] 481 |     unsafe { ::winapi::um::winuser::GetWindowLongPtrW(handle, index) }
[INFO] [stdout]     |                        ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:494:19
[INFO] [stdout]     |
[INFO] [stdout] 494 |         ::winapi::um::winuser::SetWindowLongPtrW(handle, index, v as LONG_PTR);
[INFO] [stdout]     |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/window_helper.rs:509:21
[INFO] [stdout]     |
[INFO] [stdout] 509 |     handle: winapi::um::winuser::HDWP,
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/win32/clipboard.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             ::winapi::um::winbase::GlobalUnlock(self.0);
[INFO] [stdout]    |                       ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/win32/clipboard.rs:404:41
[INFO] [stdout]     |
[INFO] [stdout] 404 |         let handle = unsafe { ::winapi::um::winuser::GetClipboardOwner() };
[INFO] [stdout]     |                                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `S_FALSE` is not bound in all patterns
[INFO] [stdout]    --> src/win32/mod.rs:231:9
[INFO] [stdout]     |
[INFO] [stdout] 231 |         S_OK | S_FALSE => Ok(()),
[INFO] [stdout]     |         ^^^^   ------- variable not in all patterns
[INFO] [stdout]     |         |
[INFO] [stdout]     |         pattern doesn't bind `S_FALSE`
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::S_FALSE`
[INFO] [stdout]    --> src/win32/mod.rs:231:16
[INFO] [stdout]     |
[INFO] [stdout] 231 |         S_OK | S_FALSE => Ok(()),
[INFO] [stdout]     |                ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `S_OK` is not bound in all patterns
[INFO] [stdout]    --> src/win32/mod.rs:231:16
[INFO] [stdout]     |
[INFO] [stdout] 231 |         S_OK | S_FALSE => Ok(()),
[INFO] [stdout]     |         ----   ^^^^^^^ pattern doesn't bind `S_OK`
[INFO] [stdout]     |         |
[INFO] [stdout]     |         variable not in all patterns
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::S_OK`
[INFO] [stdout]    --> src/win32/mod.rs:231:9
[INFO] [stdout]     |
[INFO] [stdout] 231 |         S_OK | S_FALSE => Ok(()),
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/text_input.rs:366:19
[INFO] [stdout]     |
[INFO] [stdout] 366 |         ::winapi::um::winuser::WS_VISIBLE
[INFO] [stdout]     |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/status_bar.rs:131:19
[INFO] [stdout]     |
[INFO] [stdout] 131 |         ::winapi::um::winuser::WS_VISIBLE
[INFO] [stdout]     |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tooltip.rs:433:17
[INFO] [stdout]     |
[INFO] [stdout] 433 |         winapi::um::commctrl::TOOLTIPS_CLASS
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/track_bar.rs:261:17
[INFO] [stdout]     |
[INFO] [stdout] 261 |         winapi::um::commctrl::TRACKBAR_CLASS
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/progress_bar.rs:306:19
[INFO] [stdout]     |
[INFO] [stdout] 306 |         ::winapi::um::winuser::WS_VISIBLE
[INFO] [stdout]     |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:236:17
[INFO] [stdout]     |
[INFO] [stdout] 236 |         winapi::um::commctrl::WC_TABCONTROL
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/tabs.rs:241:19
[INFO] [stdout]     |
[INFO] [stdout] 241 |         ::winapi::um::winuser::WS_VISIBLE
[INFO] [stdout]     |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/treeview.rs:787:17
[INFO] [stdout]     |
[INFO] [stdout] 787 |         winapi::um::commctrl::WC_TREEVIEW
[INFO] [stdout]     |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]     --> src/controls/list_view.rs:1044:19
[INFO] [stdout]      |
[INFO] [stdout] 1044 |         ::winapi::um::commctrl::WC_LISTVIEW
[INFO] [stdout]      |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/controls/number_select.rs:261:19
[INFO] [stdout]     |
[INFO] [stdout] 261 |         ::winapi::um::winuser::WS_VISIBLE
[INFO] [stdout]     |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ID2D1Bitmap` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:110:18
[INFO] [stdout]     |
[INFO] [stdout] 110 |     bitmap: *mut ID2D1Bitmap,
[INFO] [stdout]     |                  ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ID2D1HwndRenderTarget` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:114:25
[INFO] [stdout]     |
[INFO] [stdout] 114 |     render_target: *mut ID2D1HwndRenderTarget,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ID2D1SolidColorBrush` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:115:34
[INFO] [stdout]     |
[INFO] [stdout] 115 |     brushes: HashMap<Color, *mut ID2D1SolidColorBrush>,
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 113 | struct Target<ID2D1SolidColorBrush> {
[INFO] [stdout]     |              ++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ID2D1SolidColorBrush` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:126:53
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn fetch_brush(&mut self, color: Color) -> *mut ID2D1SolidColorBrush {
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_BRUSH_PROPERTIES` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:130:25
[INFO] [stdout]     |
[INFO] [stdout] 130 |             let props = D2D1_BRUSH_PROPERTIES {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_MATRIX_3X2_F` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |                 transform: D2D1_MATRIX_3X2_F {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_COLOR_F` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:146:22
[INFO] [stdout]     |
[INFO] [stdout] 146 |                     &D2D1_COLOR_F { r, g, b, a },
[INFO] [stdout]     |                      ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ID2D1Factory` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:158:67
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub(crate) fn allocate_pixel_bitmap(&mut self, renderer: *mut ID2D1Factory) {
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_SIZE_U` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:181:17
[INFO] [stdout]     |
[INFO] [stdout] 181 |                 D2D1_SIZE_U {
[INFO] [stdout]     |                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_BITMAP_PROPERTIES` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:187:18
[INFO] [stdout]     |
[INFO] [stdout] 187 |                 &D2D1_BITMAP_PROPERTIES {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ID2D1Factory` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:227:20
[INFO] [stdout]     |
[INFO] [stdout] 227 |     renderer: *mut ID2D1Factory,
[INFO] [stdout]     |                    ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ID2D1StrokeStyle` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:231:31
[INFO] [stdout]     |
[INFO] [stdout] 231 |     simple_stroke_style: *mut ID2D1StrokeStyle,
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_RECT_U` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:255:37
[INFO] [stdout]     |
[INFO] [stdout] 255 |                     let copy_rect = D2D1_RECT_U {
[INFO] [stdout]     |                                     ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_RECT_F` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:262:37
[INFO] [stdout]     |
[INFO] [stdout] 262 |                     let draw_rect = D2D1_RECT_F {
[INFO] [stdout]     |                                     ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `D2D1_BITMAP_INTERPOLATION_MODE_LINEAR` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:278:25
[INFO] [stdout]     |
[INFO] [stdout] 278 |                         D2D1_BITMAP_INTERPOLATION_MODE_LINEAR,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_COLOR_F` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:300:45
[INFO] [stdout]     |
[INFO] [stdout] 300 |             (&*target.render_target).Clear(&D2D1_COLOR_F {
[INFO] [stdout]     |                                             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_POINT_2F` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:450:22
[INFO] [stdout]     |
[INFO] [stdout] 450 |             let p0 = D2D1_POINT_2F {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_POINT_2F` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:454:22
[INFO] [stdout]     |
[INFO] [stdout] 454 |             let p1 = D2D1_POINT_2F {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_RECT_F` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:487:24
[INFO] [stdout]     |
[INFO] [stdout] 487 |             let rect = D2D1_RECT_F {
[INFO] [stdout]     |                        ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_POINT_2F` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:522:22
[INFO] [stdout]     |
[INFO] [stdout] 522 |             let p0 = D2D1_POINT_2F {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_POINT_2F` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:526:22
[INFO] [stdout]     |
[INFO] [stdout] 526 |             let p1 = D2D1_POINT_2F {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_ELLIPSE` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:560:27
[INFO] [stdout]     |
[INFO] [stdout] 560 |             let ellipse = D2D1_ELLIPSE {
[INFO] [stdout]     |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_POINT_2F` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:561:24
[INFO] [stdout]     |
[INFO] [stdout] 561 |                 point: D2D1_POINT_2F {
[INFO] [stdout]     |                        ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_POINT_2F` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:604:17
[INFO] [stdout]     |
[INFO] [stdout] 604 |                 D2D1_POINT_2F {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `D2D1_FIGURE_BEGIN_FILLED` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:608:17
[INFO] [stdout]     |
[INFO] [stdout] 608 |                 D2D1_FIGURE_BEGIN_FILLED,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_POINT_2F` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:612:34
[INFO] [stdout]     |
[INFO] [stdout] 612 |                 (&*sink).AddLine(D2D1_POINT_2F {
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `D2D1_FIGURE_END_CLOSED` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:618:32
[INFO] [stdout]     |
[INFO] [stdout] 618 |             (&*sink).EndFigure(D2D1_FIGURE_END_CLOSED);
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_RECT_F` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:667:27
[INFO] [stdout]     |
[INFO] [stdout] 667 |         let layout_rect = D2D1_RECT_F {
[INFO] [stdout]     |                           ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `D2D1_DRAW_TEXT_OPTIONS_NONE` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:681:17
[INFO] [stdout]     |
[INFO] [stdout] 681 |                 D2D1_DRAW_TEXT_OPTIONS_NONE,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ID2D1Factory` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:737:50
[INFO] [stdout]     |
[INFO] [stdout] 737 | fn build_render_target(hwnd: HWND, factory: &mut ID2D1Factory) -> Result<Target, PlottersError> {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_RENDER_TARGET_PROPERTIES` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:749:24
[INFO] [stdout]     |
[INFO] [stdout] 749 |     let render_props = D2D1_RENDER_TARGET_PROPERTIES {
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `D2D1_RENDER_TARGET_TYPE_DEFAULT` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:750:16
[INFO] [stdout]     |
[INFO] [stdout] 750 |         _type: D2D1_RENDER_TARGET_TYPE_DEFAULT,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `D2D1_RENDER_TARGET_USAGE_NONE` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:754:16
[INFO] [stdout]     |
[INFO] [stdout] 754 |         usage: D2D1_RENDER_TARGET_USAGE_NONE,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `D2D1_FEATURE_LEVEL_DEFAULT` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:755:19
[INFO] [stdout]     |
[INFO] [stdout] 755 |         minLevel: D2D1_FEATURE_LEVEL_DEFAULT,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_HWND_RENDER_TARGET_PROPERTIES` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:758:29
[INFO] [stdout]     |
[INFO] [stdout] 758 |     let hwnd_render_props = D2D1_HWND_RENDER_TARGET_PROPERTIES {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `D2D1_PRESENT_OPTIONS_NONE` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:761:25
[INFO] [stdout]     |
[INFO] [stdout] 761 |         presentOptions: D2D1_PRESENT_OPTIONS_NONE,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ID2D1HwndRenderTarget` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:764:33
[INFO] [stdout]     |
[INFO] [stdout] 764 |     let mut render_target: *mut ID2D1HwndRenderTarget = ptr::null_mut();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `D2D1_STROKE_STYLE_PROPERTIES` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:789:17
[INFO] [stdout]     |
[INFO] [stdout] 789 |     let props = D2D1_STROKE_STYLE_PROPERTIES {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `D2D1_CAP_STYLE_ROUND` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:790:19
[INFO] [stdout]     |
[INFO] [stdout] 790 |         startCap: D2D1_CAP_STYLE_ROUND,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `D2D1_CAP_STYLE_ROUND` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:791:17
[INFO] [stdout]     |
[INFO] [stdout] 791 |         endCap: D2D1_CAP_STYLE_ROUND,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `D2D1_CAP_STYLE_ROUND` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:792:18
[INFO] [stdout]     |
[INFO] [stdout] 792 |         dashCap: D2D1_CAP_STYLE_ROUND,
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `D2D1_LINE_JOIN_MITER` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:793:19
[INFO] [stdout]     |
[INFO] [stdout] 793 |         lineJoin: D2D1_LINE_JOIN_MITER,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `D2D1_DASH_STYLE_SOLID` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:795:20
[INFO] [stdout]     |
[INFO] [stdout] 795 |         dashStyle: D2D1_DASH_STYLE_SOLID,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ID2D1Factory` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:842:28
[INFO] [stdout]     |
[INFO] [stdout] 842 |     let mut renderer: *mut ID2D1Factory = ptr::null_mut();
[INFO] [stdout]     |                            ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `D2D1_FACTORY_TYPE_SINGLE_THREADED` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:845:13
[INFO] [stdout]     |
[INFO] [stdout] 845 |             D2D1_FACTORY_TYPE_SINGLE_THREADED,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ID2D1Factory` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:848:41
[INFO] [stdout]     |
[INFO] [stdout] 848 |             (&mut renderer as *mut *mut ID2D1Factory) as *mut *mut c_void,
[INFO] [stdout]     |                                         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope
[INFO] [stdout]   --> src/win32/base_helper.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 35 | /     OsStr::new(s)
[INFO] [stdout] 36 | |         .encode_wide()
[INFO] [stdout]    | |         -^^^^^^^^^^^ method not found in `&OsStr`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]   --> src/win32/base_helper.rs:48:31
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let os_string = OsString::from_wide(&s[0..null_index]);
[INFO] [stdout]    |                               ^^^^^^^^^ function or associated item not found in `OsString`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions:
[INFO] [stdout]       OsString::new
[INFO] [stdout]       OsString::from_encoded_bytes_unchecked
[INFO] [stdout]       OsString::with_capacity
[INFO] [stdout]   --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 48 -     let os_string = OsString::from_wide(&s[0..null_index]);
[INFO] [stdout] 48 +     let os_string = OsString::from_iter(&s[0..null_index]);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/win32/base_helper.rs:100:15
[INFO] [stdout]     |
[INFO] [stdout] 100 |     OsString::from_wide(array)
[INFO] [stdout]     |               ^^^^^^^^^ function or associated item not found in `OsString`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions:
[INFO] [stdout]       OsString::new
[INFO] [stdout]       OsString::from_encoded_bytes_unchecked
[INFO] [stdout]       OsString::with_capacity
[INFO] [stdout]    --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 100 -     OsString::from_wide(array)
[INFO] [stdout] 100 +     OsString::from_iter(array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/win32/base_helper.rs:135:35
[INFO] [stdout]     |
[INFO] [stdout] 135 |     let error_message = OsString::from_wide(&buf[..end])
[INFO] [stdout]     |                                   ^^^^^^^^^ function or associated item not found in `OsString`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions:
[INFO] [stdout]       OsString::new
[INFO] [stdout]       OsString::from_encoded_bytes_unchecked
[INFO] [stdout]       OsString::with_capacity
[INFO] [stdout]    --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 135 -     let error_message = OsString::from_wide(&buf[..end])
[INFO] [stdout] 135 +     let error_message = OsString::from_iter(&buf[..end])
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/win32/base_helper.rs:163:31
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let os_string = OsString::from_wide(slice);
[INFO] [stdout]     |                               ^^^^^^^^^ function or associated item not found in `OsString`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions:
[INFO] [stdout]       OsString::new
[INFO] [stdout]       OsString::from_encoded_bytes_unchecked
[INFO] [stdout]       OsString::with_capacity
[INFO] [stdout]    --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 163 -     let os_string = OsString::from_wide(slice);
[INFO] [stdout] 163 +     let os_string = OsString::from_iter(slice);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/win32/window.rs:819:40
[INFO] [stdout]     |
[INFO] [stdout] 819 |             let class_name = OsString::from_wide(&class_name_raw[..count])
[INFO] [stdout]     |                                        ^^^^^^^^^ function or associated item not found in `OsString`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions:
[INFO] [stdout]       OsString::new
[INFO] [stdout]       OsString::from_encoded_bytes_unchecked
[INFO] [stdout]       OsString::with_capacity
[INFO] [stdout]    --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 819 -             let class_name = OsString::from_wide(&class_name_raw[..count])
[INFO] [stdout] 819 +             let class_name = OsString::from_iter(&class_name_raw[..count])
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]     --> src/win32/window.rs:1204:15
[INFO] [stdout]      |
[INFO] [stdout] 1204 |     OsString::from_wide(slice)
[INFO] [stdout]      |               ^^^^^^^^^ function or associated item not found in `OsString`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions:
[INFO] [stdout]       OsString::new
[INFO] [stdout]       OsString::from_encoded_bytes_unchecked
[INFO] [stdout]       OsString::with_capacity
[INFO] [stdout]     --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1204 -     OsString::from_wide(slice)
[INFO] [stdout] 1204 +     OsString::from_iter(slice)
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]     --> src/win32/window.rs:1306:32
[INFO] [stdout]      |
[INFO] [stdout] 1306 |     let class_name = OsString::from_wide(&class_name_raw[..count])
[INFO] [stdout]      |                                ^^^^^^^^^ function or associated item not found in `OsString`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions:
[INFO] [stdout]       OsString::new
[INFO] [stdout]       OsString::from_encoded_bytes_unchecked
[INFO] [stdout]       OsString::with_capacity
[INFO] [stdout]     --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1306 -     let class_name = OsString::from_wide(&class_name_raw[..count])
[INFO] [stdout] 1306 +     let class_name = OsString::from_iter(&class_name_raw[..count])
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]     --> src/win32/window.rs:1334:32
[INFO] [stdout]      |
[INFO] [stdout] 1334 |     let class_name = OsString::from_wide(&class_name_raw[..count])
[INFO] [stdout]      |                                ^^^^^^^^^ function or associated item not found in `OsString`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions:
[INFO] [stdout]       OsString::new
[INFO] [stdout]       OsString::from_encoded_bytes_unchecked
[INFO] [stdout]       OsString::with_capacity
[INFO] [stdout]     --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1334 -     let class_name = OsString::from_wide(&class_name_raw[..count])
[INFO] [stdout] 1334 +     let class_name = OsString::from_iter(&class_name_raw[..count])
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/win32/window_helper.rs:468:15
[INFO] [stdout]     |
[INFO] [stdout] 468 |     OsString::from_wide(&class_name_raw[..count])
[INFO] [stdout]     |               ^^^^^^^^^ function or associated item not found in `OsString`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions:
[INFO] [stdout]       OsString::new
[INFO] [stdout]       OsString::from_encoded_bytes_unchecked
[INFO] [stdout]       OsString::with_capacity
[INFO] [stdout]    --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 468 -     OsString::from_wide(&class_name_raw[..count])
[INFO] [stdout] 468 +     OsString::from_iter(&class_name_raw[..count])
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/win32/clipboard.rs:423:15
[INFO] [stdout]     |
[INFO] [stdout] 423 |     OsString::from_wide(&array).into_string().ok()
[INFO] [stdout]     |               ^^^^^^^^^ function or associated item not found in `OsString`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions:
[INFO] [stdout]       OsString::new
[INFO] [stdout]       OsString::from_encoded_bytes_unchecked
[INFO] [stdout]       OsString::with_capacity
[INFO] [stdout]    --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 423 -     OsString::from_wide(&array).into_string().ok()
[INFO] [stdout] 423 +     OsString::from_iter(&array).into_string().ok()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ID2D1Factory` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:846:14
[INFO] [stdout]     |
[INFO] [stdout] 846 |             &ID2D1Factory::uuidof(),
[INFO] [stdout]     |              ^^^^^^^^^^^^ use of undeclared type `ID2D1Factory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `D2D1CreateFactory` in this scope
[INFO] [stdout]    --> src/win32/plotters_d2d.rs:844:9
[INFO] [stdout]     |
[INFO] [stdout] 844 |         D2D1CreateFactory(
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/controls/text_input.rs:342:23
[INFO] [stdout]     |
[INFO] [stdout] 342 |             OsString::from_wide(&placeholder_text)
[INFO] [stdout]     |                       ^^^^^^^^^ function or associated item not found in `OsString`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions:
[INFO] [stdout]       OsString::new
[INFO] [stdout]       OsString::from_encoded_bytes_unchecked
[INFO] [stdout]       OsString::with_capacity
[INFO] [stdout]    --> /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/ffi/os_str.rs:141:4
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 342 -             OsString::from_wide(&placeholder_text)
[INFO] [stdout] 342 +             OsString::from_iter(&placeholder_text)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1018:9
[INFO] [stdout]      |
[INFO] [stdout] 1017 |         BN_CLICKED => Event::OnButtonClick,
[INFO] [stdout]      |         ---------- matches any value
[INFO] [stdout] 1018 |         BN_DBLCLK => Event::OnButtonDoubleClick,
[INFO] [stdout]      |         ^^^^^^^^^ no value can reach this
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1019:9
[INFO] [stdout]      |
[INFO] [stdout] 1017 |         BN_CLICKED => Event::OnButtonClick,
[INFO] [stdout]      |         ---------- matches any value
[INFO] [stdout] 1018 |         BN_DBLCLK => Event::OnButtonDoubleClick,
[INFO] [stdout] 1019 |         _ => Event::Unknown,
[INFO] [stdout]      |         ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `BN_CLICKED`
[INFO] [stdout]     --> src/win32/window.rs:1017:9
[INFO] [stdout]      |
[INFO] [stdout] 1017 |         BN_CLICKED => Event::OnButtonClick,
[INFO] [stdout]      |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_BN_CLICKED`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `BN_DBLCLK`
[INFO] [stdout]     --> src/win32/window.rs:1018:9
[INFO] [stdout]      |
[INFO] [stdout] 1018 |         BN_DBLCLK => Event::OnButtonDoubleClick,
[INFO] [stdout]      |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_BN_DBLCLK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1028:9
[INFO] [stdout]      |
[INFO] [stdout] 1027 |         EN_CHANGE => Event::OnTextInput,
[INFO] [stdout]      |         --------- matches any value
[INFO] [stdout] 1028 |         _ => Event::Unknown,
[INFO] [stdout]      |         ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `EN_CHANGE`
[INFO] [stdout]     --> src/win32/window.rs:1027:9
[INFO] [stdout]      |
[INFO] [stdout] 1027 |         EN_CHANGE => Event::OnTextInput,
[INFO] [stdout]      |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_EN_CHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1036:9
[INFO] [stdout]      |
[INFO] [stdout] 1035 |         CBN_CLOSEUP => Event::OnComboBoxClosed,
[INFO] [stdout]      |         ----------- matches any value
[INFO] [stdout] 1036 |         CBN_DROPDOWN => Event::OnComboBoxDropdown,
[INFO] [stdout]      |         ^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1037:9
[INFO] [stdout]      |
[INFO] [stdout] 1035 |         CBN_CLOSEUP => Event::OnComboBoxClosed,
[INFO] [stdout]      |         ----------- matches any value
[INFO] [stdout] 1036 |         CBN_DROPDOWN => Event::OnComboBoxDropdown,
[INFO] [stdout] 1037 |         CBN_SELCHANGE => Event::OnComboxBoxSelection,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1038:9
[INFO] [stdout]      |
[INFO] [stdout] 1035 |         CBN_CLOSEUP => Event::OnComboBoxClosed,
[INFO] [stdout]      |         ----------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1038 |         _ => Event::Unknown,
[INFO] [stdout]      |         ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `CBN_CLOSEUP`
[INFO] [stdout]     --> src/win32/window.rs:1035:9
[INFO] [stdout]      |
[INFO] [stdout] 1035 |         CBN_CLOSEUP => Event::OnComboBoxClosed,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_CBN_CLOSEUP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `CBN_DROPDOWN`
[INFO] [stdout]     --> src/win32/window.rs:1036:9
[INFO] [stdout]      |
[INFO] [stdout] 1036 |         CBN_DROPDOWN => Event::OnComboBoxDropdown,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_CBN_DROPDOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `CBN_SELCHANGE`
[INFO] [stdout]     --> src/win32/window.rs:1037:9
[INFO] [stdout]      |
[INFO] [stdout] 1037 |         CBN_SELCHANGE => Event::OnComboxBoxSelection,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_CBN_SELCHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1046:9
[INFO] [stdout]      |
[INFO] [stdout] 1045 |         DTN_CLOSEUP => Event::OnDatePickerClosed,
[INFO] [stdout]      |         ----------- matches any value
[INFO] [stdout] 1046 |         DTN_DROPDOWN => Event::OnDatePickerDropdown,
[INFO] [stdout]      |         ^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1047:9
[INFO] [stdout]      |
[INFO] [stdout] 1045 |         DTN_CLOSEUP => Event::OnDatePickerClosed,
[INFO] [stdout]      |         ----------- matches any value
[INFO] [stdout] 1046 |         DTN_DROPDOWN => Event::OnDatePickerDropdown,
[INFO] [stdout] 1047 |         DTN_DATETIMECHANGE => Event::OnDatePickerChanged,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1048:9
[INFO] [stdout]      |
[INFO] [stdout] 1045 |         DTN_CLOSEUP => Event::OnDatePickerClosed,
[INFO] [stdout]      |         ----------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1048 |         _ => Event::Unknown,
[INFO] [stdout]      |         ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `DTN_CLOSEUP`
[INFO] [stdout]     --> src/win32/window.rs:1045:9
[INFO] [stdout]      |
[INFO] [stdout] 1045 |         DTN_CLOSEUP => Event::OnDatePickerClosed,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_DTN_CLOSEUP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `DTN_DROPDOWN`
[INFO] [stdout]     --> src/win32/window.rs:1046:9
[INFO] [stdout]      |
[INFO] [stdout] 1046 |         DTN_DROPDOWN => Event::OnDatePickerDropdown,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_DTN_DROPDOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `DTN_DATETIMECHANGE`
[INFO] [stdout]     --> src/win32/window.rs:1047:9
[INFO] [stdout]      |
[INFO] [stdout] 1047 |         DTN_DATETIMECHANGE => Event::OnDatePickerChanged,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_DTN_DATETIMECHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1056:9
[INFO] [stdout]      |
[INFO] [stdout] 1055 |         TCN_SELCHANGE => Event::TabsContainerChanged,
[INFO] [stdout]      |         ------------- matches any value
[INFO] [stdout] 1056 |         TCN_SELCHANGING => Event::TabsContainerChanging,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1057:9
[INFO] [stdout]      |
[INFO] [stdout] 1055 |         TCN_SELCHANGE => Event::TabsContainerChanged,
[INFO] [stdout]      |         ------------- matches any value
[INFO] [stdout] 1056 |         TCN_SELCHANGING => Event::TabsContainerChanging,
[INFO] [stdout] 1057 |         _ => Event::Unknown,
[INFO] [stdout]      |         ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `TCN_SELCHANGE`
[INFO] [stdout]     --> src/win32/window.rs:1055:9
[INFO] [stdout]      |
[INFO] [stdout] 1055 |         TCN_SELCHANGE => Event::TabsContainerChanged,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TCN_SELCHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `TCN_SELCHANGING`
[INFO] [stdout]     --> src/win32/window.rs:1056:9
[INFO] [stdout]      |
[INFO] [stdout] 1056 |         TCN_SELCHANGING => Event::TabsContainerChanging,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TCN_SELCHANGING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1066:9
[INFO] [stdout]      |
[INFO] [stdout] 1065 |         NM_RELEASEDCAPTURE => Event::TrackBarUpdated,
[INFO] [stdout]      |         ------------------ matches any value
[INFO] [stdout] 1066 |         _ => Event::Unknown,
[INFO] [stdout]      |         ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `NM_RELEASEDCAPTURE`
[INFO] [stdout]     --> src/win32/window.rs:1065:9
[INFO] [stdout]      |
[INFO] [stdout] 1065 |         NM_RELEASEDCAPTURE => Event::TrackBarUpdated,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_NM_RELEASEDCAPTURE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1078:9
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         NM_CLICK => Event::OnTreeViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] 1078 |         NM_DBLCLK => Event::OnTreeViewDoubleClick,
[INFO] [stdout]      |         ^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1079:9
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         NM_CLICK => Event::OnTreeViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] 1078 |         NM_DBLCLK => Event::OnTreeViewDoubleClick,
[INFO] [stdout] 1079 |         NM_KILLFOCUS => Event::OnTreeFocusLost,
[INFO] [stdout]      |         ^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1080:9
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         NM_CLICK => Event::OnTreeViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1080 |         NM_SETFOCUS => Event::OnTreeFocus,
[INFO] [stdout]      |         ^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1081:9
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         NM_CLICK => Event::OnTreeViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1081 |         NM_RCLICK => Event::OnTreeViewRightClick,
[INFO] [stdout]      |         ^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1082:9
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         NM_CLICK => Event::OnTreeViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1082 |         TVN_DELETEITEMW => Event::OnTreeItemDelete,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1083:9
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         NM_CLICK => Event::OnTreeViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1083 |         TVN_ITEMEXPANDEDW => Event::OnTreeItemExpanded,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1084:9
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         NM_CLICK => Event::OnTreeViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1084 |         TVN_SELCHANGEDW => Event::OnTreeItemSelectionChanged,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1085:9
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         NM_CLICK => Event::OnTreeViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1085 |         TVN_ITEMCHANGEDW => Event::OnTreeItemChanged,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1086:9
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         NM_CLICK => Event::OnTreeViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1086 |         TVN_BEGINLABELEDITW => Event::OnTreeViewBeginItemEdit,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1087:9
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         NM_CLICK => Event::OnTreeViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1087 |         TVN_ENDLABELEDITW => Event::OnTreeViewEndItemEdit,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1088:9
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         NM_CLICK => Event::OnTreeViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1088 |         _ => Event::Unknown,
[INFO] [stdout]      |         ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `NM_CLICK`
[INFO] [stdout]     --> src/win32/window.rs:1077:9
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         NM_CLICK => Event::OnTreeViewClick,
[INFO] [stdout]      |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_NM_CLICK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `NM_DBLCLK`
[INFO] [stdout]     --> src/win32/window.rs:1078:9
[INFO] [stdout]      |
[INFO] [stdout] 1078 |         NM_DBLCLK => Event::OnTreeViewDoubleClick,
[INFO] [stdout]      |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_NM_DBLCLK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `NM_KILLFOCUS`
[INFO] [stdout]     --> src/win32/window.rs:1079:9
[INFO] [stdout]      |
[INFO] [stdout] 1079 |         NM_KILLFOCUS => Event::OnTreeFocusLost,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_NM_KILLFOCUS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `NM_SETFOCUS`
[INFO] [stdout]     --> src/win32/window.rs:1080:9
[INFO] [stdout]      |
[INFO] [stdout] 1080 |         NM_SETFOCUS => Event::OnTreeFocus,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_NM_SETFOCUS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `NM_RCLICK`
[INFO] [stdout]     --> src/win32/window.rs:1081:9
[INFO] [stdout]      |
[INFO] [stdout] 1081 |         NM_RCLICK => Event::OnTreeViewRightClick,
[INFO] [stdout]      |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_NM_RCLICK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `TVN_DELETEITEMW`
[INFO] [stdout]     --> src/win32/window.rs:1082:9
[INFO] [stdout]      |
[INFO] [stdout] 1082 |         TVN_DELETEITEMW => Event::OnTreeItemDelete,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TVN_DELETEITEMW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `TVN_ITEMEXPANDEDW`
[INFO] [stdout]     --> src/win32/window.rs:1083:9
[INFO] [stdout]      |
[INFO] [stdout] 1083 |         TVN_ITEMEXPANDEDW => Event::OnTreeItemExpanded,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TVN_ITEMEXPANDEDW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `TVN_SELCHANGEDW`
[INFO] [stdout]     --> src/win32/window.rs:1084:9
[INFO] [stdout]      |
[INFO] [stdout] 1084 |         TVN_SELCHANGEDW => Event::OnTreeItemSelectionChanged,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TVN_SELCHANGEDW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `TVN_ITEMCHANGEDW`
[INFO] [stdout]     --> src/win32/window.rs:1085:9
[INFO] [stdout]      |
[INFO] [stdout] 1085 |         TVN_ITEMCHANGEDW => Event::OnTreeItemChanged,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TVN_ITEMCHANGEDW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `TVN_BEGINLABELEDITW`
[INFO] [stdout]     --> src/win32/window.rs:1086:9
[INFO] [stdout]      |
[INFO] [stdout] 1086 |         TVN_BEGINLABELEDITW => Event::OnTreeViewBeginItemEdit,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TVN_BEGINLABELEDITW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `TVN_ENDLABELEDITW`
[INFO] [stdout]     --> src/win32/window.rs:1087:9
[INFO] [stdout]      |
[INFO] [stdout] 1087 |         TVN_ENDLABELEDITW => Event::OnTreeViewEndItemEdit,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TVN_ENDLABELEDITW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1100:9
[INFO] [stdout]      |
[INFO] [stdout] 1099 |         NM_CLICK => Event::OnListViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] 1100 |         NM_DBLCLK => Event::OnListViewDoubleClick,
[INFO] [stdout]      |         ^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1101:9
[INFO] [stdout]      |
[INFO] [stdout] 1099 |         NM_CLICK => Event::OnListViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] 1100 |         NM_DBLCLK => Event::OnListViewDoubleClick,
[INFO] [stdout] 1101 |         NM_RCLICK => Event::OnListViewRightClick,
[INFO] [stdout]      |         ^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1102:9
[INFO] [stdout]      |
[INFO] [stdout] 1099 |         NM_CLICK => Event::OnListViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1102 |         LVN_COLUMNCLICK => Event::OnListViewColumnClick,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1103:9
[INFO] [stdout]      |
[INFO] [stdout] 1099 |         NM_CLICK => Event::OnListViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1103 |         LVN_DELETEALLITEMS => Event::OnListViewClear,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1104:9
[INFO] [stdout]      |
[INFO] [stdout] 1099 |         NM_CLICK => Event::OnListViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1104 |         LVN_DELETEITEM => Event::OnListViewItemRemoved,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1105:9
[INFO] [stdout]      |
[INFO] [stdout] 1099 |         NM_CLICK => Event::OnListViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1105 |         LVN_INSERTITEM => Event::OnListViewItemInsert,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1106:9
[INFO] [stdout]      |
[INFO] [stdout] 1099 |         NM_CLICK => Event::OnListViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1106 |         LVN_ITEMACTIVATE => Event::OnListViewItemActivated,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1107:9
[INFO] [stdout]      |
[INFO] [stdout] 1099 |         NM_CLICK => Event::OnListViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1107 |         LVN_ITEMCHANGED => Event::OnListViewItemChanged,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1108:9
[INFO] [stdout]      |
[INFO] [stdout] 1099 |         NM_CLICK => Event::OnListViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1108 |         NM_KILLFOCUS => Event::OnListViewFocusLost,
[INFO] [stdout]      |         ^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1109:9
[INFO] [stdout]      |
[INFO] [stdout] 1099 |         NM_CLICK => Event::OnListViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1109 |         NM_SETFOCUS => Event::OnListViewFocus,
[INFO] [stdout]      |         ^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1110:9
[INFO] [stdout]      |
[INFO] [stdout] 1099 |         NM_CLICK => Event::OnListViewClick,
[INFO] [stdout]      |         -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1110 |         _ => Event::Unknown,
[INFO] [stdout]      |         ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `NM_CLICK`
[INFO] [stdout]     --> src/win32/window.rs:1099:9
[INFO] [stdout]      |
[INFO] [stdout] 1099 |         NM_CLICK => Event::OnListViewClick,
[INFO] [stdout]      |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_NM_CLICK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `NM_DBLCLK`
[INFO] [stdout]     --> src/win32/window.rs:1100:9
[INFO] [stdout]      |
[INFO] [stdout] 1100 |         NM_DBLCLK => Event::OnListViewDoubleClick,
[INFO] [stdout]      |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_NM_DBLCLK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `NM_RCLICK`
[INFO] [stdout]     --> src/win32/window.rs:1101:9
[INFO] [stdout]      |
[INFO] [stdout] 1101 |         NM_RCLICK => Event::OnListViewRightClick,
[INFO] [stdout]      |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_NM_RCLICK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `LVN_COLUMNCLICK`
[INFO] [stdout]     --> src/win32/window.rs:1102:9
[INFO] [stdout]      |
[INFO] [stdout] 1102 |         LVN_COLUMNCLICK => Event::OnListViewColumnClick,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_LVN_COLUMNCLICK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `LVN_DELETEALLITEMS`
[INFO] [stdout]     --> src/win32/window.rs:1103:9
[INFO] [stdout]      |
[INFO] [stdout] 1103 |         LVN_DELETEALLITEMS => Event::OnListViewClear,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_LVN_DELETEALLITEMS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `LVN_DELETEITEM`
[INFO] [stdout]     --> src/win32/window.rs:1104:9
[INFO] [stdout]      |
[INFO] [stdout] 1104 |         LVN_DELETEITEM => Event::OnListViewItemRemoved,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_LVN_DELETEITEM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `LVN_INSERTITEM`
[INFO] [stdout]     --> src/win32/window.rs:1105:9
[INFO] [stdout]      |
[INFO] [stdout] 1105 |         LVN_INSERTITEM => Event::OnListViewItemInsert,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_LVN_INSERTITEM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `LVN_ITEMACTIVATE`
[INFO] [stdout]     --> src/win32/window.rs:1106:9
[INFO] [stdout]      |
[INFO] [stdout] 1106 |         LVN_ITEMACTIVATE => Event::OnListViewItemActivated,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_LVN_ITEMACTIVATE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `LVN_ITEMCHANGED`
[INFO] [stdout]     --> src/win32/window.rs:1107:9
[INFO] [stdout]      |
[INFO] [stdout] 1107 |         LVN_ITEMCHANGED => Event::OnListViewItemChanged,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_LVN_ITEMCHANGED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `NM_KILLFOCUS`
[INFO] [stdout]     --> src/win32/window.rs:1108:9
[INFO] [stdout]      |
[INFO] [stdout] 1108 |         NM_KILLFOCUS => Event::OnListViewFocusLost,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_NM_KILLFOCUS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `NM_SETFOCUS`
[INFO] [stdout]     --> src/win32/window.rs:1109:9
[INFO] [stdout]      |
[INFO] [stdout] 1109 |         NM_SETFOCUS => Event::OnListViewFocus,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_NM_SETFOCUS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1117:9
[INFO] [stdout]      |
[INFO] [stdout] 1116 |         IDOK => Event::OnKeyEnter,
[INFO] [stdout]      |         ---- matches any value
[INFO] [stdout] 1117 |         IDCANCEL => Event::OnKeyEsc,
[INFO] [stdout]      |         ^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1118:9
[INFO] [stdout]      |
[INFO] [stdout] 1116 |         IDOK => Event::OnKeyEnter,
[INFO] [stdout]      |         ---- matches any value
[INFO] [stdout] 1117 |         IDCANCEL => Event::OnKeyEsc,
[INFO] [stdout] 1118 |         _ => Event::Unknown,
[INFO] [stdout]      |         ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `IDOK`
[INFO] [stdout]     --> src/win32/window.rs:1116:9
[INFO] [stdout]      |
[INFO] [stdout] 1116 |         IDOK => Event::OnKeyEnter,
[INFO] [stdout]      |         ^^^^ help: if this is intentional, prefix it with an underscore: `_IDOK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `IDCANCEL`
[INFO] [stdout]     --> src/win32/window.rs:1117:9
[INFO] [stdout]      |
[INFO] [stdout] 1117 |         IDCANCEL => Event::OnKeyEsc,
[INFO] [stdout]      |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_IDCANCEL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1283:9
[INFO] [stdout]      |
[INFO] [stdout] 1282 |         LBN_SELCHANGE => Event::OnListBoxSelect,
[INFO] [stdout]      |         ------------- matches any value
[INFO] [stdout] 1283 |         LBN_DBLCLK => Event::OnListBoxDoubleClick,
[INFO] [stdout]      |         ^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/win32/window.rs:1284:9
[INFO] [stdout]      |
[INFO] [stdout] 1282 |         LBN_SELCHANGE => Event::OnListBoxSelect,
[INFO] [stdout]      |         ------------- matches any value
[INFO] [stdout] 1283 |         LBN_DBLCLK => Event::OnListBoxDoubleClick,
[INFO] [stdout] 1284 |         _ => Event::Unknown,
[INFO] [stdout]      |         ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `LBN_SELCHANGE`
[INFO] [stdout]     --> src/win32/window.rs:1282:9
[INFO] [stdout]      |
[INFO] [stdout] 1282 |         LBN_SELCHANGE => Event::OnListBoxSelect,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_LBN_SELCHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `LBN_DBLCLK`
[INFO] [stdout]     --> src/win32/window.rs:1283:9
[INFO] [stdout]      |
[INFO] [stdout] 1283 |         LBN_DBLCLK => Event::OnListBoxDoubleClick,
[INFO] [stdout]      |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_LBN_DBLCLK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/controls/list_view.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             LVS_ICON => ListViewStyle::Icon,
[INFO] [stdout]     |             -------- matches any value
[INFO] [stdout] 115 |             LVS_REPORT => ListViewStyle::Detailed,
[INFO] [stdout]     |             ^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/controls/list_view.rs:116:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             LVS_ICON => ListViewStyle::Icon,
[INFO] [stdout]     |             -------- matches any value
[INFO] [stdout] 115 |             LVS_REPORT => ListViewStyle::Detailed,
[INFO] [stdout] 116 |             LVS_SMALLICON => ListViewStyle::SmallIcon,
[INFO] [stdout]     |             ^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/controls/list_view.rs:117:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             LVS_ICON => ListViewStyle::Icon,
[INFO] [stdout]     |             -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 117 |             LVS_LIST => ListViewStyle::Simple,
[INFO] [stdout]     |             ^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/controls/list_view.rs:118:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             LVS_ICON => ListViewStyle::Icon,
[INFO] [stdout]     |             -------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 118 |             _ => unreachable!(),
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `LVS_ICON`
[INFO] [stdout]    --> src/controls/list_view.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             LVS_ICON => ListViewStyle::Icon,
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_LVS_ICON`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `LVS_REPORT`
[INFO] [stdout]    --> src/controls/list_view.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             LVS_REPORT => ListViewStyle::Detailed,
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_LVS_REPORT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `LVS_SMALLICON`
[INFO] [stdout]    --> src/controls/list_view.rs:116:13
[INFO] [stdout]     |
[INFO] [stdout] 116 |             LVS_SMALLICON => ListViewStyle::SmallIcon,
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_LVS_SMALLICON`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `LVS_LIST`
[INFO] [stdout]    --> src/controls/list_view.rs:117:13
[INFO] [stdout]     |
[INFO] [stdout] 117 |             LVS_LIST => ListViewStyle::Simple,
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_LVS_LIST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0408, E0422, E0425, E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0408`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `native-windows-gui2` (lib) due to 916 previous errors; 84 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "e68ef3d19388d28cc70dd9dd1700df43120cafef4f9102d5a066429f202cfb27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e68ef3d19388d28cc70dd9dd1700df43120cafef4f9102d5a066429f202cfb27", kill_on_drop: false }`
[INFO] [stdout] e68ef3d19388d28cc70dd9dd1700df43120cafef4f9102d5a066429f202cfb27
